C# 클래스 Randao.Core.Extensions.HttpPostedFileExtensions

파일 보기 프로젝트 열기: fds/DKBD

공개 메소드들

메소드 설명
CheckType ( this file ) : bool

检验文件类型

GetExtName ( this file ) : string

获取后缀

SaveAvatarPhoto ( this file, string dir ) : ImageSize

비공개 메소드들

메소드 설명
SaveThumbnailImage ( this file, string filename, string ext, int width, int height, Thumbnail ThumbnailMode ) : string

메소드 상세

CheckType() 공개 정적인 메소드

检验文件类型
public static CheckType ( this file ) : bool
file this
리턴 bool

GetExtName() 공개 정적인 메소드

获取后缀
public static GetExtName ( this file ) : string
file this
리턴 string

SaveAvatarPhoto() 공개 정적인 메소드

public static SaveAvatarPhoto ( this file, string dir ) : ImageSize
file this
dir string
리턴 ImageSize