1 write to Href
System.Web (1)
UI\PageTheme.cs (1)
121
link.
Href
= styleSheetPath;
2 references to Href
System.Web (2)
UI\HtmlControls\HtmlLink.cs (2)
40
if (!String.IsNullOrEmpty(
Href
)) {
41
Attributes["href"] = ResolveClientUrl(
Href
);