Table of Contents

Class OutputVideo

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
public class OutputVideo : OutputMedia, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackDataHandler, IPostBackEventHandler
Inheritance
OutputVideo
Implements
Inherited Members

Constructors

OutputVideo()

public OutputVideo()

Properties

AllowFullScreen

public bool AllowFullScreen { get; set; }

Property Value

bool

VideoURL

public string VideoURL { get; set; }

Property Value

string

Width

public Unit Width { get; set; }

Property Value

Unit

Methods

GetStyle()

protected string GetStyle()

Returns

string

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

Render(HtmlTextWriter)

protected override void Render(HtmlTextWriter writer)

Parameters

writer HtmlTextWriter