View Source
Class StylesheetRule
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "stylesheetRule", Namespace = "")]
public class StylesheetRule
Properties
View Source
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Selector
Declaration
[DataMember(Name = "selector")]
public string Selector { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Styles
Declaration
[DataMember(Name = "styles")]
public string Styles { get; set; }
Property Value
Type |
Description |
System.String |
|