IStyleSheet.Href

IStyleSheet.Href property

If the style sheet is a linked style sheet, the value of its attribute is its location. For inline style sheets, the value of this attribute is null.

public string Href { get; }

See Also