Class ThemeCss
A link to a css file that is located in the theming folders.
Inheritance
System.Object
ThemeCss
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
public class ThemeCss : HtmlLink
Constructors
ThemeCss()
Initializes a new instance of the ThemeCss class.
Declaration
public ThemeCss()
Properties
Href
Gets or sets the URL target of the link specified in the System.Web.UI.HtmlControls.HtmlLink control.
Declaration
public override string Href { get; set; }
Property Value
Type | Description |
---|---|
System.String | The URL target of the link |