'Declaration Public Overloads Function Add( _ ByVal className As String, _ ByVal cssText As String _ ) As StyleSheetRule
public StyleSheetRule Add( string className, string cssText )
Parameters
- className
- The ClassName to identify this stylesheet rule by.
- cssText
- The CSS declartaion block string that the returned StyleSheetRule object will represent.