TemplateParser.ParseTemplate(String, String, Boolean) Methode

Definitie

Parseert de sjabloon.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

De inhoud.

virtualPath
String

Het virtuele pad.

ignoreFilter
Boolean

true om het filter te negeren; anders, false.

Retouren

Retourneert de sjabloon.

Van toepassing op