Click or drag to resize

DocumentInfoUri Property

Gets the document's URI.

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

Property Value

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