| VirtualPathHelper Methods | 
The VirtualPathHelper type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | GetVirtualFileObject | 
            Returns IVirtualFileObject for specified virtual path
             | 
|   | GetVirtualFileRelativePath | 
            Returns virtual relative for required parameters
             | 
|   | GetVirtualObjectName | 
            Returns virtual object name and prefixes if available
             | 
|   | IsSingleFileCompilationPath | 
            Returns true if current path is registered for single file compilation
             | 
|   | RegisterManagedCompilationPath | 
            Registers path to the part of the system which should be managed for single file or batch compilation
             | 
|   | RegisterVirtualPath(String, VirtualPathHelperGetVirtualFileObjectHandler) | 
            Register callback method for specified virtual path. 
             | 
|   | RegisterVirtualPath(String, VirtualPathHelperGetVirtualFileObjectHandler, Boolean, VirtualPathHelperGetVirtualFileObjectHandler) | 
            Register callback method for specified virtual path
             | 
|   | RegisterVirtualPathProvider | 
            Creates the virtual path provider object and registers the object within the system.
             | 
|   | RemoveDirectives | 
            Removes the default layout directives from the layout code.
             | 
 See Also
See Also