Version

VideoPlayer Method

Renders a video player widget with the specified options in the model.
Overload List
OverloadDescription
VideoPlayer(VideoPlayerModel)Renders a video player widget with the specified options in the model.  
VideoPlayer(VideoPlayerModel,IDictionary<String,Object>)Renders a video player widget with the specified options in the model and the specified html attributes.  
VideoPlayer(VideoPlayerModel,Object)Renders a video player widget with the specified options in the model and the specified html attributes.  
VideoPlayer(String,VideoPlayerModel)Renders a video player widget with the specified id and options in the model.  
VideoPlayer(String,VideoPlayerModel,IDictionary<String,Object>)Renders a video player widget with the specified id, options in the model and html attributes.  
VideoPlayer(String,VideoPlayerModel,Object)Renders a video player widget with the specified id, options in the model and html attributes.  
VideoPlayer()Creates a wrapper that can be used to chain a number of methods to produce a video player widget with the required options.  
VideoPlayer(IDictionary<String,Object>)Creates a wrapper that can be used to chain a number of methods to produce a video player widget with the required options. The model is being assigned the specified html attributes.  
VideoPlayer(Object)Creates a wrapper that can be used to chain a number of methods to produce a video player widget with the required options. The model is being assigned the specified html attributes.  
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub