WebPageBase.CreatePageFromVirtualPath Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attempts to create a WebPageBase instance from a virtualPath and wraps complex compiler exceptions with simpler messages
protected virtual System.Web.WebPages.WebPageBase CreatePageFromVirtualPath (string virtualPath, System.Web.HttpContextBase httpContext, Func<string,bool> virtualPathExists, System.Web.WebPages.DisplayModeProvider displayModeProvider, System.Web.WebPages.IDisplayMode displayMode);
abstract member CreatePageFromVirtualPath : string * System.Web.HttpContextBase * Func<string, bool> * System.Web.WebPages.DisplayModeProvider * System.Web.WebPages.IDisplayMode -> System.Web.WebPages.WebPageBase
override this.CreatePageFromVirtualPath : string * System.Web.HttpContextBase * Func<string, bool> * System.Web.WebPages.DisplayModeProvider * System.Web.WebPages.IDisplayMode -> System.Web.WebPages.WebPageBase
Protected Overridable Function CreatePageFromVirtualPath (virtualPath As String, httpContext As HttpContextBase, virtualPathExists As Func(Of String, Boolean), displayModeProvider As DisplayModeProvider, displayMode As IDisplayMode) As WebPageBase
Parameters
- virtualPath
- String
- httpContext
- HttpContextBase
- displayModeProvider
- DisplayModeProvider
- displayMode
- IDisplayMode