HttpRequest.CurrentExecutionFilePathExtension プロパティ

定義

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

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

プロパティ値

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

適用対象