次の方法で共有


HttpRequestBase.CurrentExecutionFilePathExtension プロパティ

定義

派生クラスで実装された場合、CurrentExecutionFilePath プロパティで指定されたファイル名の拡張子を取得します。

public:
 virtual property System::String ^ CurrentExecutionFilePathExtension { System::String ^ get(); };
public virtual string CurrentExecutionFilePathExtension { get; }
member this.CurrentExecutionFilePathExtension : string
Public Overridable ReadOnly Property CurrentExecutionFilePathExtension As String

プロパティ値

String

CurrentExecutionFilePath プロパティで指定されているファイル名の拡張子。

適用対象