次の方法で共有


UrlHelper.Content(String) メソッド

定義

仮想 (~/) パスから始まる相対パスをアプリケーションの絶対パスに変換します。

public:
 virtual System::String ^ Content(System::String ^ contentPath);
public virtual string Content (string contentPath);
abstract member Content : string -> string
override this.Content : string -> string
Public Overridable Function Content (contentPath As String) As String

パラメーター

contentPath
String

コンテンツの仮想パス。

戻り値

アプリケーション絶対パス。

実装

適用対象