View Source
Class StylesheetHelper
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class StylesheetHelper
Methods
View Source
AppendRule(String, StylesheetRule)
Declaration
public static string AppendRule(string input, StylesheetRule rule)
Parameters
Returns
| Type |
Description |
| System.String |
|
View Source
ParseRules(String)
Declaration
public static IEnumerable<StylesheetRule> ParseRules(string input)
Parameters
| Type |
Name |
Description |
| System.String |
input |
|
Returns
View Source
ReplaceRule(String, String, StylesheetRule)
Declaration
public static string ReplaceRule(string input, string oldRuleName, StylesheetRule rule)
Parameters
| Type |
Name |
Description |
| System.String |
input |
|
| System.String |
oldRuleName |
|
| StylesheetRule |
rule |
|
Returns
| Type |
Description |
| System.String |
|