[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ControlBuilder-2.CssStyle

CssStyle Method

CssStyle(string, string)

Configurates CssStyles. Sets the CSS style applied in the control.

Declaration
public TBuilder CssStyle(string key, string value)
Public Function CssStyle(key As String, value As String) As TBuilder
Parameters
Type Name Description
string key

The key of the CSS property

string value

The value of the CSS property

Returns
Type Description
TBuilder

Current builder