Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the virtual path provider.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Property VirtualPathProvider As VirtualPathProvider
Get
Set
protected VirtualPathProvider VirtualPathProvider { get; set; }
protected:
property VirtualPathProvider^ VirtualPathProvider {
VirtualPathProvider^ get ();
void set (VirtualPathProvider^ value);
}
Property Value
Type: System.Web.Hosting.VirtualPathProvider
The virtual path provider.