Url.Href

Url.Href property

Gets or sets a serialized representation for the specified URL instance.

public string Href { get; set; }

Property Value

The href.

Exceptions

exceptioncondition
ErrorTypeError: raised if value cannot be parsed as valid URL.

See Also