URL to this page
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public string LinkURL { get; set; } |
Remarks
The LinkURL string property contains root-relative path and query of the URL for the page, i.e. to get an absolute URL, prepend LinkURL with the appropriate scheme and host.
See CurrentPage and PageName for examples of the usage of LinkURL.