TemplateParser.ParseTemplate(String, String, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
分析模块。
此 API 支持产品基础结构,不能在代码中直接使用。
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
参数
- content
- String
内容。
- virtualPath
- String
虚拟路径。
- ignoreFilter
- Boolean
如果忽略该筛选器,则为 true
;否则为 false
。
返回
返回模板。