Gets the document's URI.
Namespace:
Microsoft.ClearScript
Assembly:
ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.4
SyntaxPublic ReadOnly Property Uri As Uri
Get
public:
property Uri^ Uri {
Uri^ get ();
}
member Uri : Uri with
get
Property Value
Type:
Uri
Remarks
This property returns null if a URI was not specified at instantiation time.
See Also