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)
public: static ITemplate^ ParseTemplate( String^ content, String^ virtualPath, bool ignoreFilter )
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: