Sitecore 5.0 API

ItemPath.GetFriendlyUrl Method ()

Gets the friendly URL.

[Visual Basic]
Overloads Public Function GetFriendlyUrl() As String
[C#]
public string GetFriendlyUrl();

Remarks

A friendly URL is a human-readable and easy to type path to the item. A friendly URL can by parsed by the system and the item retrieved. Friendly URLs always ends on ".aspx".

See Also

ItemPath Class | Sitecore.Data Namespace | ItemPath.GetFriendlyUrl Overload List