IUrlHelper.Content(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將虛擬 (相對,從 ~/) 路徑開始,轉換為應用程式絕對路徑。
public:
System::String ^ Content(System::String ^ contentPath);
public string Content (string contentPath);
public string? Content (string? contentPath);
abstract member Content : string -> string
Public Function Content (contentPath As String) As String
參數
- contentPath
- String
內容的虛擬路徑。
傳回
應用程式絕對路徑。
備註
如果指定的內容路徑不是以波浪 (~) 字元開頭,這個方法會 contentPath
傳回未變更。