C# Class Randao.Core.Extensions.HttpPostedFileExtensions

Afficher le fichier Open project: fds/DKBD

Méthodes publiques

Méthode Description
CheckType ( this file ) : bool

检验文件类型

GetExtName ( this file ) : string

获取后缀

SaveAvatarPhoto ( this file, string dir ) : ImageSize

Private Methods

Méthode Description
SaveThumbnailImage ( this file, string filename, string ext, int width, int height, Thumbnail ThumbnailMode ) : string

Method Details

CheckType() public static méthode

检验文件类型
public static CheckType ( this file ) : bool
file this
Résultat bool

GetExtName() public static méthode

获取后缀
public static GetExtName ( this file ) : string
file this
Résultat string

SaveAvatarPhoto() public static méthode

public static SaveAvatarPhoto ( this file, string dir ) : ImageSize
file this
dir string
Résultat ImageSize