Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
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.