HtmlAttributeExtensions (FSharp.Data)

Static members

Static member Description

HtmlAttributeExtensions.Name(attr)

Full Usage: HtmlAttributeExtensions.Name(attr)

Parameters:

Returns: string

Gets the name of the current attribute

attr : HtmlAttribute
Returns: string

HtmlAttributeExtensions.Value(attr)

Full Usage: HtmlAttributeExtensions.Value(attr)

Parameters:

Returns: string

Gets the value of the current attribute

attr : HtmlAttribute
Returns: string