Returns the AppRelativeCurrentExecutionFilePath for a page When URL routing is used (in ASP.NET 3.5 and above), this property does not have to reflect the real page URL (when the URL is rewritten)

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public string AppRelativeCurrentExecutionFilePath { get; set; }
Visual Basic
Public Property AppRelativeCurrentExecutionFilePath As String
	Get
	Set
Visual C++
public:
property String^ AppRelativeCurrentExecutionFilePath {
	String^ get ();
	void set (String^ value);
}
F#
member AppRelativeCurrentExecutionFilePath : string with get, set

Property Value

Type: String

See Also