C# 클래스 Common.MVC.PlayerHelper

파일 보기 프로젝트 열기: rabbal/Mvc5

공개 메소드들

메소드 설명
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

메소드 상세

AparatPlayer() 공개 정적인 메소드

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

YouTubePlayer() 공개 정적인 메소드

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