InstanceGeometry.Url

InstanceGeometry.Url property

Gets or sets the url. The url attribute refers to resource. This may refer to a local resource using a relative URL fragment identifier that begins with the “#” character. The url attribute may refer to an external resource using an absolute or relative URL.

public string Url { get; set; }

See Also