| LessHelperGetVariables Method |
Get all variables from less variable files
Namespace:
Dynamicweb.LessCompiler
Assembly:
Dynamicweb.LessCompiler (in Dynamicweb.LessCompiler.dll) Version: 1.1.10.0 (1.1.10)
Syntax public static List<string> GetVariables(
string content
)
Public Shared Function GetVariables (
content As String
) As List(Of String)
Parameters
- content
- Type: SystemString
The content of the variable files
Return Value
Type:
ListStringA list of all the variables from the variable files
See Also