London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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.dll
Version: 10.10.4
Syntax
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

Extension Methods