Header menu logo FSharp.Data

HtmlAttribute Type

Represents an HTML attribute. The name is always normalized to lowercase

Static members

Static member Description

HtmlAttribute.New(name, value)

Full Usage: HtmlAttribute.New(name, value)

Parameters:
    name : string - The name of the attribute
    value : string - The value of the attribute

Returns: HtmlAttribute

Creates an html attribute

name : string

The name of the attribute

value : string

The value of the attribute

Returns: HtmlAttribute

Type something to start searching.