IRazorViewEngine Interface  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An IViewEngine used to render pages that use the Razor syntax.
public interface class IRazorViewEngine : Microsoft::AspNetCore::Mvc::ViewEngines::IViewEngine
	public interface IRazorViewEngine : Microsoft.AspNetCore.Mvc.ViewEngines.IViewEngine
	type IRazorViewEngine = interface
    interface IViewEngine
	Public Interface IRazorViewEngine
Implements IViewEngine
	- Derived
 
- Implements
 
Methods
| FindPage(ActionContext, String) | 
		 Finds the page with the given   | 
        	
| FindView(ActionContext, String, Boolean) | 
		 Finds the view with the given   | 
        	
| GetAbsolutePath(String, String) | 
		 Converts the given   | 
        	
| GetPage(String, String) | 
		 Gets the page with the given   | 
        	
| GetView(String, String, Boolean) | 
		 Gets the view with the given   |