HttpRequestBase.CurrentExecutionFilePathExtension Property

Definition

When implemented in a derived class, gets the extension of the file name that is specified in the CurrentExecutionFilePath property.

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

Property Value

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

Applies to