TemplateParser.ParseTemplate(String, String, Boolean) 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.
Parses the template.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
static System::Web::UI::ITemplate ^ ParseTemplate(System::String ^ content, System::String ^ virtualPath, bool ignoreFilter);
public static System.Web.UI.ITemplate ParseTemplate (string content, string virtualPath, bool ignoreFilter);
static member ParseTemplate : string * string * bool -> System.Web.UI.ITemplate
Public Shared Function ParseTemplate (content As String, virtualPath As String, ignoreFilter As Boolean) As ITemplate
Parameters
- content
- String
The content.
- virtualPath
- String
The virtual path.
- ignoreFilter
- Boolean
true
to ignore the filter; otherwise, false
.
Returns
Returns the template.