Bearbeiten

TemplateParser.ParseTemplate(String, String, Boolean) Method

Definition

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.

Applies to