Latest posts on tagged on "MVC"

Load html page in ASP.NET MVC view

24 June 2016

In this example, I will show you how to load an html page in asp.net MVC view. You can call an html page from your view using Html.Action helper method.

How to update nuget package manager?

16 June 2016

Go to tool menu in visual studio and select Library package manager and click Package manager console. If you want to check whether new updates are available for the installed package

asp .net mvc query string

11 June 2016

We can retrieve data from URL to controller action method by two methods in asp.net mvc such as parameter of action method function and Query string. We can get Query string value just like web forms as Request.QueryString.