I want to use pure html page instead of cshtml with MVC .net. But when I add view by right clicking Index i can see only two options.
public class HomeContr
If it's a static html file you don't need to point your controller to it, because IIS can serve them just fine. Add an html file to your project (anywhere but NOT in the viewsfolder), and point your browser to that file.