Interface IStylesheetProperty
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public interface IStylesheetProperty : IRememberBeingDirty, ICanBeDirty
Properties
View SourceAlias
Declaration
string Alias { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Value
Declaration
string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |