TemplateFileInfo(String) Constructor
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.
Initializes a new instance of the TemplateFileInfo class by using the specified virtual path.
public TemplateFileInfo (string virtualPath);
new System.Web.WebPages.TemplateFileInfo : string -> System.Web.WebPages.TemplateFileInfo
Public Sub New (virtualPath As String)
Parameters
- virtualPath
- String
The virtual path.