TemplateParser.ParseTemplate Method (String, String, Boolean)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Parses the template.
Assembly: System.Web (in System.Web.dll)
static member ParseTemplate : content:string * virtualPath:string * ignoreFilter:bool -> ITemplate
Parameters
- content
-
Type:
System.String
The content.
- virtualPath
-
Type:
System.String
The virtual path.
- ignoreFilter
-
Type:
System.Boolean
true to ignore the filter; otherwise, false.
.NET Framework
Available since 4.5
Available since 4.5
Show: