Click or drag to resize

DocumentInfoUri Property

Gets the document's URI.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public Uri Uri {
	get;
 }

Property Value

Uri
Remarks
This property returns null if a URI was not specified at instantiation time.
See Also