Class Stylesheet
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "stylesheet", Namespace = "")]
public class Stylesheet
Properties
View SourceName
Declaration
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Path
Declaration
[DataMember(Name = "path")]
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String |