API Reference
HtmlBooleanAttribute
Native HTML attributes whose presence represents a true value and whose absence represents false.
Inheritance
- Enum
- HtmlBooleanAttribute
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Field HtmlBooleanAttribute.AllowFullScreen
- Field HtmlBooleanAttribute.AllowPaymentRequest
- Field HtmlBooleanAttribute.Alpha
- Field HtmlBooleanAttribute.Async
- Field HtmlBooleanAttribute.AutoFocus
- Field HtmlBooleanAttribute.AutoPlay
- Field HtmlBooleanAttribute.Checked
- Field HtmlBooleanAttribute.Controls
- Field HtmlBooleanAttribute.Credentialless
- Field HtmlBooleanAttribute.Default
- Field HtmlBooleanAttribute.Defer
- Field HtmlBooleanAttribute.Disabled
- Field HtmlBooleanAttribute.DisablePictureInPicture
- Field HtmlBooleanAttribute.DisableRemotePlayback
- Field HtmlBooleanAttribute.FormNoValidate
- Field HtmlBooleanAttribute.Inert
- Field HtmlBooleanAttribute.IsMap
- Field HtmlBooleanAttribute.ItemScope
- Field HtmlBooleanAttribute.Loop
- Field HtmlBooleanAttribute.Multiple
- Field HtmlBooleanAttribute.Muted
- Field HtmlBooleanAttribute.NoModule
- Field HtmlBooleanAttribute.NoValidate
- Field HtmlBooleanAttribute.Open
- Field HtmlBooleanAttribute.PlaysInline
- Field HtmlBooleanAttribute.ReadOnly
- Field HtmlBooleanAttribute.Required
- Field HtmlBooleanAttribute.Reversed
- Field HtmlBooleanAttribute.Selected
- Field HtmlBooleanAttribute.ShadowRootClonable
- Field HtmlBooleanAttribute.ShadowRootCustomElementRegistry
- Field HtmlBooleanAttribute.ShadowRootDelegatesFocus
- Field HtmlBooleanAttribute.ShadowRootSerializable
Accepted by parameters
- Method HtmlTag.Attribute
- Method InlineScript.Attribute
- Method InlineStyleSheet.Attribute
- Method Abbr.Attribute
- Method Address.Attribute
- Method Anchor.Attribute
- Method Article.Attribute
- Method BR.Attribute
- Method H1.Attribute
- Method H2.Attribute
- Method H3.Attribute
- Method H4.Attribute
- Method H5.Attribute
- Method H6.Attribute
- Method HorizontalRule.Attribute
- Method HR.Attribute
- Method LineBreak.Attribute
- Method ListItem.Attribute
- Method OrderedList.Attribute
- Method Strong.Attribute
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Int32Parameters
- target Object
public override sealed String ToString(IFormatProvider provider) #StringObsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #StringObsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const HtmlBooleanAttribute AllowFullScreen #Allows an iframe to enter fullscreen mode.
0public const HtmlBooleanAttribute AllowPaymentRequest #Allows an iframe to use the Payment Request API.
1public const HtmlBooleanAttribute Alpha #Enables alpha-channel handling on supporting elements.
2public const HtmlBooleanAttribute Credentialless #Loads an iframe in a credentialless context.
8public const HtmlBooleanAttribute DisablePictureInPicture #Disables picture-in-picture for media.
12public const HtmlBooleanAttribute DisableRemotePlayback #Disables remote playback for media.
13public const HtmlBooleanAttribute FormNoValidate #Bypasses form validation for the associated submit control.
14public const HtmlBooleanAttribute Inert #Makes the element and its descendants non-interactive.
15public const HtmlBooleanAttribute NoModule #Prevents a script from running in module-capable browsers.
21public const HtmlBooleanAttribute Reversed #Reverses the numbering order of an ordered list.
27public const HtmlBooleanAttribute ShadowRootClonable #Makes a declarative shadow root clonable.
29public const HtmlBooleanAttribute ShadowRootCustomElementRegistry #Uses a custom element registry for a declarative shadow root.
30public const HtmlBooleanAttribute ShadowRootDelegatesFocus #Delegates focus from a declarative shadow root.
31public const HtmlBooleanAttribute ShadowRootSerializable #Makes a declarative shadow root serializable.
32