Call Controller Actions using HttpClient
The HttpClient component is typically used to call a Web API. The overall design of HttpClient component is geared towards REST services. However, you can also use the HttpClient to call MVC actions. Of course, the actions to be called must follow the pattern as expected by the HttpClient.
http://www.binaryintellect.net/articles/df27a8a2-f563-4a8e-9212-b0b397a5eab2.aspx