HtmlLink::Href Property
.NET Framework (current version)
Gets or sets the URL target of the link specified in the HtmlLink control.
Assembly: System.Web (in System.Web.dll)
The Href property specifies the URL target of the link specified in the HtmlLink control. You can use this property to specify the location of an external cascading style sheet (CSS).
The following code example demonstrates setting the Href property to a cascading style sheet (CSS) that is saved in the same directory as the Web page. For a complete, working code example, see the HtmlLink class overview topic.
.NET Framework
Available since 2.0
Available since 2.0
Show: