Class MediaRendererOptions
Options to pass to the renderer
Inheritance
System.Object
MediaRendererOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Html
Assembly: ImageVault.Common.dll
Syntax
[Obsolete("Use RenderContext.Set(ContextKey,value) instead of using the options class")]
public class MediaRendererOptions
Constructors
MediaRendererOptions()
Declaration
public MediaRendererOptions()
Properties
ClassName
Class name(s) to add to the html element
Declaration
[Obsolete("Use RenderContext.Set(ContextKey.Class,value) instead")]
public string ClassName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Dynamic
Will the media be added to a page that already is loaded and will not trigger document.load any more?
Declaration
[Obsolete("Use RenderContext.Set(ContextKey.Dynamic) instead")]
public bool Dynamic { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RendererId
The renderer id to use (will override any renderer specified in the Media)
Declaration
[Obsolete("Use RenderContext.RendererId instead")]
public string RendererId { get; set; }
Property Value
Type | Description |
---|---|
System.String |