HtmlAttribute Type
Represents an HTML attribute. The name is always normalized to lowercase
Static members
| Static member |
Description
|
Full Usage:
HtmlAttribute.New(name, value)
Parameters:
string
-
The name of the attribute
value : string
-
The value of the attribute
Returns: HtmlAttribute
|
Creates an html attribute
|
FSharp.Data