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