RazorViewEngine Properties
Include Protected Members
Include Inherited Members
The RazorViewEngine type exposes the following members.
Properties
Name | Description | |
---|---|---|
AreaMasterLocationFormats | Gets or sets the area-enabled master location formats. (Inherited from VirtualPathProviderViewEngine.) | |
AreaPartialViewLocationFormats | Gets or sets the area-enabled partial-view location formats. (Inherited from VirtualPathProviderViewEngine.) | |
AreaViewLocationFormats | Gets or sets the area-enabled view location formats. (Inherited from VirtualPathProviderViewEngine.) | |
FileExtensions | Gets or sets the file-name extensions that are used to locate a view. (Inherited from VirtualPathProviderViewEngine.) | |
MasterLocationFormats | Gets or sets the master location formats. (Inherited from VirtualPathProviderViewEngine.) | |
PartialViewLocationFormats | Gets or sets the partial-view location formats. (Inherited from VirtualPathProviderViewEngine.) | |
ViewLocationCache | Gets or sets the view location cache. (Inherited from VirtualPathProviderViewEngine.) | |
ViewLocationFormats | Gets or sets the view location formats. (Inherited from VirtualPathProviderViewEngine.) | |
ViewPageActivator | Gets the view page activator. (Inherited from BuildManagerViewEngine.) | |
VirtualPathProvider | Gets or sets the virtual path provider. (Inherited from VirtualPathProviderViewEngine.) |
Top