View Source
Class StylesheetRule
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class StylesheetRule
Properties
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Selector
Declaration
public string Selector { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Styles
Declaration
public string Styles { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|