Method ResolveVariable
- Namespace
- SharpVectors.Dom.Css
- Assembly
- SharpVectors.Css.dll
ResolveVariable(string, string, string)
Resolves a variable reference with optional fallback value
public string ResolveVariable(string variableName, string fallbackValue = null, string scopeName = null)
Parameters
variableNamestringThe variable name
fallbackValuestringOptional fallback value if variable is not defined
scopeNamestringOptional scope name for scoped lookup
Returns
- string
Resolved value or fallback, or null if not found