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

分享到其他网站
Afficher le fichier Open project: andyshao/ChiakiYu

Méthodes publiques

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

分享到其他网站

Method Details

Upload() public static méthode

分享到其他网站
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
Résultat System.Web.Mvc.MvcHtmlString