HttpRequest.CurrentExecutionFilePathExtension 属性
定义
获取 CurrentExecutionFilePath 属性中指定的文件名的扩展名。Gets the extension of the file name that is specified in the CurrentExecutionFilePath property.
public:
property System::String ^ CurrentExecutionFilePathExtension { System::String ^ get(); };
public string CurrentExecutionFilePathExtension { get; }
member this.CurrentExecutionFilePathExtension : string
Public ReadOnly Property CurrentExecutionFilePathExtension As String
属性值
CurrentExecutionFilePath 属性中指定的文件名的扩展名。The extension of the file name that is specified in the CurrentExecutionFilePath property.