Class ContextKey
Keys settable in render context
Inheritance
Namespace: ImageVault.Common.Html
Assembly: ImageVault.Common.dll
Syntax
public sealed class ContextKey : Enum
Fields
AccessKey
Represents the accesskey attribute of the rendered html element.
Declaration
public const ContextKey AccessKey
Field Value
| Type | Description |
|---|---|
| ContextKey |
Remarks
ActiveTextTrackLanguage
Set to the current active text track language for the player
Declaration
public const ContextKey ActiveTextTrackLanguage
Field Value
| Type | Description |
|---|---|
| ContextKey |
Alt
Alt of the context, often translated to the alt attribute of the rendered html element
Declaration
public const ContextKey Alt
Field Value
| Type | Description |
|---|---|
| ContextKey |
AutoCapitalize
Represents the autocapitalize attribute of the rendered html element
Declaration
public const ContextKey AutoCapitalize
Field Value
| Type | Description |
|---|---|
| ContextKey |
Remarks
AutoFocus
Represents the autofocus boolean attribute of the rendered html element
Declaration
public const ContextKey AutoFocus
Field Value
| Type | Description |
|---|---|
| ContextKey |
Remarks
Autoplay
If true, autoplay for the player is active
Declaration
public const ContextKey Autoplay
Field Value
| Type | Description |
|---|---|
| ContextKey |
Class
Represents the class attribute of the rendered html element.
Declaration
public const ContextKey Class
Field Value
| Type | Description |
|---|---|
| ContextKey |
Remarks
ContentEditable
Represents the contenteditable attribute of the rendered html element
Declaration
public const ContextKey ContentEditable
Field Value
| Type | Description |
|---|---|
| ContextKey |
Remarks
ContentType
ContentType of the context
Declaration
public const ContextKey ContentType
Field Value
| Type | Description |
|---|---|
| ContextKey |
Controls
If true, controls for the player should be visible
Declaration
public const ContextKey Controls
Field Value
| Type | Description |
|---|---|
| ContextKey |
Debug
If true, instructs the player to log debug messages to the console
Declaration
public const ContextKey Debug
Field Value
| Type | Description |
|---|---|
| ContextKey |
Dir
Represents the dir attribute of the rendered html element
Declaration
public const ContextKey Dir
Field Value
| Type | Description |
|---|---|
| ContextKey |
Remarks
DisableFullscreen
If true, the ability to enter fullscreen is disabled
Declaration
public const ContextKey DisableFullscreen
Field Value
| Type | Description |
|---|---|
| ContextKey |
DisableLoaderIcon
If true, the player should disable the loading icon
Declaration
public const ContextKey DisableLoaderIcon
Field Value
| Type | Description |
|---|---|
| ContextKey |
DisableTextTracks
If set to true, text tracks should be disabled for the player
Declaration
public const ContextKey DisableTextTracks
Field Value
| Type | Description |
|---|---|
| ContextKey |
Draggable
Represents the draggable attribute of the rendered html element
Declaration
public const ContextKey Draggable
Field Value
| Type | Description |
|---|---|
| ContextKey |
Remarks
Dynamic
Specifies if the context will be added to a page that already is loaded and will not trigger document.load any more
Declaration
public const ContextKey Dynamic
Field Value
| Type | Description |
|---|---|
| ContextKey |
Remarks
In other words, if the renderer depends on javascript to initiate the DOM after the HTML is loaded, initiation is not guaranteed if dynamic is not set and the rendered HTML is written to the page when the DOM has been loaded.
EmbedResizeMode
The size mode for embedded content
Declaration
public const ContextKey EmbedResizeMode
Field Value
| Type | Description |
|---|---|
| ContextKey | Possible values are EmbedResizeMode |
EnterKeyHint
Represents the enterkeyhint attribute of the rendered html element
Declaration
public const ContextKey EnterKeyHint
Field Value
| Type | Description |
|---|---|
| ContextKey |
Remarks
Height
Height of the context, often translated to the height attribute of the rendered html element
Declaration
public const ContextKey Height
Field Value
| Type | Description |
|---|---|
| ContextKey |
Hidden
Represents the hidden boolean attribute of the rendered html element
Declaration
public const ContextKey Hidden
Field Value
| Type | Description |
|---|---|
| ContextKey |
Remarks
Id
Represents the id attribute of the rendered html element.
Declaration
public const ContextKey Id
Field Value
| Type | Description |
|---|---|
| ContextKey |
Remarks
InputMode
Represents the inputmode attribute of the rendered html element
Declaration
public const ContextKey InputMode
Field Value
| Type | Description |
|---|---|
| ContextKey |
Remarks
Is
Represents the is attribute of the rendered html element
Declaration
public const ContextKey Is
Field Value
| Type | Description |
|---|---|
| ContextKey |
Remarks
Lang
Represents the lang attribute of the rendered html element
Declaration
public const ContextKey Lang
Field Value
| Type | Description |
|---|---|
| ContextKey |
Remarks
Loop
If true, the player should loop the media
Declaration
public const ContextKey Loop
Field Value
| Type | Description |
|---|---|
| ContextKey |
Muted
If true, audio should be muted in the player
Declaration
public const ContextKey Muted
Field Value
| Type | Description |
|---|---|
| ContextKey |
Name
Name of the context, often translated to the name attribute of the rendered html element
Declaration
public const ContextKey Name
Field Value
| Type | Description |
|---|---|
| ContextKey |
PlaysInline
The playsinline attribute is a boolean attribute. If present, it serves as a hint to the user agent that the video ought to be displayed "inline" in the document by default, constrained to the element's playback area, instead of being displayed fullscreen or in an independent resizable window.
Declaration
public const ContextKey PlaysInline
Field Value
| Type | Description |
|---|---|
| ContextKey |
Remarks
Poster
Represents the poster attribute of the rendered html element
Declaration
public const ContextKey Poster
Field Value
| Type | Description |
|---|---|
| ContextKey |
Remarks
Skin
The skin to apply to the player.
Declaration
public const ContextKey Skin
Field Value
| Type | Description |
|---|---|
| ContextKey |
SpellCheck
Represents the spellcheck attribute of the rendered html element
Declaration
public const ContextKey SpellCheck
Field Value
| Type | Description |
|---|---|
| ContextKey |
Remarks
Style
Represents the style attribute of the rendered html element.
Declaration
public const ContextKey Style
Field Value
| Type | Description |
|---|---|
| ContextKey |
Remarks
TabIndex
Represents the tabindex attribute of the rendered html element
Declaration
public const ContextKey TabIndex
Field Value
| Type | Description |
|---|---|
| ContextKey |
Remarks
Target
Target of the context, often translated to the target attribute of the rendered html element
Declaration
public const ContextKey Target
Field Value
| Type | Description |
|---|---|
| ContextKey |
Title
Represents the title attribute of the rendered html element.
Declaration
public const ContextKey Title
Field Value
| Type | Description |
|---|---|
| ContextKey |
Remarks
Translate
Represents the translate attribute of the rendered html element
Declaration
public const ContextKey Translate
Field Value
| Type | Description |
|---|---|
| ContextKey |
Remarks
Url
Url of the context, often translated to the src attribute of the rendered html element
Declaration
public const ContextKey Url
Field Value
| Type | Description |
|---|---|
| ContextKey |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Width
Width of the context, often translated to the width attribute of the rendered html element
Declaration
public const ContextKey Width
Field Value
| Type | Description |
|---|---|
| ContextKey |