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). Custom original execution URLs are used when rewriting paths in WebPartUtility class and related methods.

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

Syntax

C#
public static string GetAppRelativeCurrentExecutionFilePath()
Visual Basic
Public Shared Function GetAppRelativeCurrentExecutionFilePath As String
Visual C++
public:
static String^ GetAppRelativeCurrentExecutionFilePath()
F#
static member GetAppRelativeCurrentExecutionFilePath : unit -> string 

Return Value

Type: String
Application relative current execution file path.

See Also