共用方式為


TemplateParser.ParseFile(String, String) 方法

定義

剖析虛擬路徑或實體路徑所指定之檔案的內容。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

protected:
 void ParseFile(System::String ^ physicalPath, System::String ^ virtualPath);
protected void ParseFile (string physicalPath, string virtualPath);
member this.ParseFile : string * string -> unit
Protected Sub ParseFile (physicalPath As String, virtualPath As String)

參數

physicalPath
String

要剖析之檔案的實體路徑。 physicalPath 優先於 virtualPath

virtualPath
String

要剖析之檔案的虛擬路徑。

例外狀況

physicalPathvirtualPath 會參考目前剖析的檔案。

備註

如果指定了實體路徑,它會用於虛擬路徑,以找出要剖析的檔案。

如果要剖析之檔案的路徑是迴圈參考;也就是說,它是指剖析器目前正在剖析的相同檔案,會擲回 HttpException 例外狀況。

適用於

另請參閱