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

属性值

属性中指定的 CurrentExecutionFilePath 文件名的扩展名。

适用于