HTML attributes.
Function or value | Description |
Full Usage:
``class`` v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
Full Usage:
``default`` v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
|
Full Usage:
``open`` v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
Full Usage:
``type`` v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
|
Full Usage:
acceptCharset v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
Full Usage:
accesskey v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
|
|
|
|
|
|
|
Full Usage:
aria name v
Parameters:
string
-
The attribute name, minus the aria- prefix.
v : obj
-
The attribute value.
Returns: Attr
Modifiers: inline |
|
|
|
Full Usage:
autocapitalize v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
Full Usage:
autocomplete v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
Full Usage:
autofocus v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
Full Usage:
autoplay v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
|
|
|
Full Usage:
buffered v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
Full Usage:
callback name value
Parameters:
string
-
The name of the attribute (including "on" prefix for HTML event handlers).
value : 'T -> unit
-
The function to use as callback.
Returns: Attr
Modifiers: inline Type parameters: 'T |
Create an attribute whose value is a callback. Use this function for Blazor component attributes of type EventCallback. For HTML event handlers, prefer functions from the module on.
|
Full Usage:
challenge v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
|
|
|
|
|
|
|
Full Usage:
codebase v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
|
|
|
|
|
|
|
Full Usage:
contenteditable v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
Full Usage:
contextmenu v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
Full Usage:
controls v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
|
Full Usage:
crossorigin v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
|
|
|
Full Usage:
datetime v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
Full Usage:
decoding v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
|
|
|
|
|
Full Usage:
disabled v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
Full Usage:
download v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
Full Usage:
draggable v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
Full Usage:
dropzone v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
|
|
|
|
|
Full Usage:
formaction v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
Create an attribute whose value is an HTML fragment. Use this function for Blazor component attributes of type RenderFragment.
|
|
Create an attribute whose value is a parameterized HTML fragment. Use this function for Blazor component attributes of type RenderFragment.
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
hreflang v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
Full Usage:
httpEquiv v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
|
|
|
Full Usage:
importance v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
Full Usage:
integrity v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
|
Full Usage:
itemprop v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
language v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
Full Usage:
lazyload v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
|
|
|
|
|
Full Usage:
manifest v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
|
Full Usage:
maxlength v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
|
|
|
|
|
Full Usage:
minlength v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
Full Usage:
multiple v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
|
|
|
Full Usage:
novalidate v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
|
|
|
|
|
Full Usage:
placeholder v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
|
|
|
Full Usage:
readonly v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
Full Usage:
ref r
Parameters:
Ref<'T>
-
The reference.
Returns: RefContent
Modifiers: inline Type parameters: 'T |
Must be inserted in an element or component computation expression, after attributes and before child content.
|
|
|
Full Usage:
required v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
Full Usage:
reversed v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
|
|
|
|
|
|
|
Full Usage:
selected v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
spellcheck v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
tabindex v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
|
|
|
Full Usage:
translate v
Parameters:
obj
-
The value of the attribute.
Returns: Attr
Modifiers: inline |
|
|
|
|
|
|
|
|