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