Example #1
0
 public static MvcHtmlString Video(this HtmlHelper helper, IField video, object htmlAttributes)
 {
     return MvcHtmlString.Create(video.GetVideoTag(htmlAttributes));
 }
Example #2
0
 public static MvcHtmlString Video(this HtmlHelper helper, IField video)
 {
     return MvcHtmlString.Create(video.GetVideoTag(string.Empty));
 }