C# Class Common.MVC.PlayerHelper

Mostra file Open project: rabbal/Mvc5

Public Methods

Method Description
AparatPlayer ( this helper, string mediafile, int height, int width ) : System.Web.Mvc.MvcHtmlString
YouTubePlayer ( this helper, string playerId, string mediaFile, YouTubePlayerOption youtubePlayerOption ) : System.Web.Mvc.MvcHtmlString

Method Details

AparatPlayer() public static method

public static AparatPlayer ( this helper, string mediafile, int height, int width ) : System.Web.Mvc.MvcHtmlString
helper this
mediafile string
height int
width int
return System.Web.Mvc.MvcHtmlString

YouTubePlayer() public static method

public static YouTubePlayer ( this helper, string playerId, string mediaFile, YouTubePlayerOption youtubePlayerOption ) : System.Web.Mvc.MvcHtmlString
helper this
playerId string
mediaFile string
youtubePlayerOption YouTubePlayerOption
return System.Web.Mvc.MvcHtmlString