Gets the public url to this item. This is computed by walking the parent path and prepending their names to the url.
Namespace:
N2Assembly: N2 (in N2.dll) Version: 1.0.404.40299 (1.4.4)
Syntax
| C# |
|---|
public virtual string Url { get; } |
| Visual Basic (Declaration) |
|---|
Public Overridable ReadOnly Property Url As String |
| Visual C++ |
|---|
public: virtual property String^ Url { String^ get (); } |