HttpResponseWrapper.ApplyAppPathModifier(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果工作階段使用 Cookieless 工作階段狀態,並傳回合併的路徑,則將工作階段 ID 加入虛擬路徑。
public:
override System::String ^ ApplyAppPathModifier(System::String ^ virtualPath);
public override string ApplyAppPathModifier (string virtualPath);
override this.ApplyAppPathModifier : string -> string
Public Overrides Function ApplyAppPathModifier (virtualPath As String) As String
參數
- virtualPath
- String
資源的虛擬路徑。
傳回
包含插入之工作階段 ID 的虛擬路徑。 如果未使用 Cookieless 工作階段狀態,則會傳回原始 virtualpath
值。