Click or drag to resize
IRequestAppRelativeCurrentExecutionFilePath Property
Gets the virtual path of the application root and makes it relative by using the tilde (~) notation for the application root (as in "~/page.aspx").

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
string AppRelativeCurrentExecutionFilePath { get; }

Property Value

Type: String
See Also