• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class StylesheetRule

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    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
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Name
      • Selector
      • Styles
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX