Search Results for

    Show / Hide Table of Contents

    Enum ContextKey

    Keys settable in render context

    Namespace: ImageVault.Common.Html
    Assembly: ImageVault.Common.dll
    Syntax
    public enum ContextKey

    Fields

    Name Description
    AccessKey

    Represents the accesskey attribute of the rendered html element.

    ActiveTextTrackLanguage

    Set to the current active text track language for the player

    Alt

    Alt of the context, often translated to the alt attribute of the rendered html element

    AutoCapitalize

    Represents the autocapitalize attribute of the rendered html element

    AutoFocus

    Represents the autofocus boolean attribute of the rendered html element

    Autoplay

    If true, autoplay for the player is active

    Class

    Represents the class attribute of the rendered html element.

    ContentEditable

    Represents the contenteditable attribute of the rendered html element

    ContentType

    ContentType of the context

    Controls

    If true, controls for the player should be visible

    Debug

    If true, instructs the player to log debug messages to the console

    Dir

    Represents the dir attribute of the rendered html element

    DisableFullscreen

    If true, the ability to enter fullscreen is disabled

    DisableLoaderIcon

    If true, the player should disable the loading icon

    DisableTextTracks

    If set to true, text tracks should be disabled for the player

    Draggable

    Represents the draggable attribute of the rendered html element

    Dynamic

    Specifies if the context will be added to a page that already is loaded and will not trigger document.load any more

    EmbedResizeMode

    The size mode for embedded content

    EnterKeyHint

    Represents the enterkeyhint attribute of the rendered html element

    Height

    Height of the context, often translated to the height attribute of the rendered html element

    Hidden

    Represents the hidden boolean attribute of the rendered html element

    Id

    Represents the id attribute of the rendered html element.

    InputMode

    Represents the inputmode attribute of the rendered html element

    Is

    Represents the is attribute of the rendered html element

    Lang

    Represents the lang attribute of the rendered html element

    Loop

    If true, the player should loop the media

    Muted

    If true, audio should be muted in the player

    Name

    Name of the context, often translated to the name attribute of the rendered html element

    Poster

    Represents the poster attribute of the rendered html element

    Skin

    The skin to apply to the player.

    SpellCheck

    Represents the spellcheck attribute of the rendered html element

    Style

    Represents the style attribute of the rendered html element.

    TabIndex

    Represents the tabindex attribute of the rendered html element

    Target

    Target of the context, often translated to the target attribute of the rendered html element

    Title

    Represents the title attribute of the rendered html element.

    Translate

    Represents the translate attribute of the rendered html element

    Url

    Url of the context, often translated to the src attribute of the rendered html element

    Width

    Width of the context, often translated to the width attribute of the rendered html element

    Extension Methods

    EnumExtensions.GetName()
    EnumExtensions.GetNames<ContextKey>()
    EnumExtensions.GetAttribute<TAttribute>()
    In This Article
    Back to top (c) Meriworks 2002-2022