C# Class ChiakiYu.Common.Extensions.Html.HtmlHelperUploadExtensions

分享到其他网站
Show file Open project: andyshao/ChiakiYu

Public Methods

Method Description
Upload ( this htmlHelper, string name, string value = "", string allowedFileExtensions = "jpg,gif,png" ) : System.Web.Mvc.MvcHtmlString

分享到其他网站

Method Details

Upload() public static method

分享到其他网站
public static Upload ( this htmlHelper, string name, string value = "", string allowedFileExtensions = "jpg,gif,png" ) : System.Web.Mvc.MvcHtmlString
htmlHelper this
name string
value string
allowedFileExtensions string
return System.Web.Mvc.MvcHtmlString