HttpRequestWrapper.CurrentExecutionFilePathExtension Property

Definition

Gets the extension of the file name that is specified in the CurrentExecutionFilePath property.

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

Property Value

The extension of the file name that is specified in the CurrentExecutionFilePath property.

Applies to