HostingEnvironment.RegisterVirtualPathProvider Method
.NET Framework 3.0
Registers a new VirtualPathProvider instance with the ASP.NET compilation system.
Namespace: System.Web.Hosting
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public static void RegisterVirtualPathProvider ( VirtualPathProvider virtualPathProvider )
public static function RegisterVirtualPathProvider ( virtualPathProvider : VirtualPathProvider )
Not applicable.
Parameters
- virtualPathProvider
The new VirtualPathProvider instance to add to the compilation system.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand. Permission value: High.
Show: