View Source
Class StylesheetController
The API controller used for retrieving available stylesheets
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
[PluginController("UmbracoApi")]
public class StylesheetController : UmbracoAuthorizedJsonController, IDiscoverable
Methods
View Source
GetAll()
Declaration
public IEnumerable<Stylesheet> GetAll()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<Stylesheet> |
|
View Source
GetRulesByName(String)
Declaration
public IEnumerable<StylesheetRule> GetRulesByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<StylesheetRule> |
|