C# 클래스 EnterpriseWebLibrary.EnterpriseWebFramework.Controls.FancyFileManager

A cool HTML5 upload control.
상속: System.Web.UI.WebControls.WebControl, INamingContainer, ControlTreeDataLoader
파일 보기 프로젝트 열기: enduracode/enterprise-web-library

공개 메소드들

메소드 설명
FancyFileManager ( string uniqueIdentifier, string parameters ) : System.Web.UI

Creates a new FancyFileManager.

비공개 메소드들

메소드 설명
ControlTreeDataLoader ( ) : void

메소드 상세

FancyFileManager() 공개 메소드

Creates a new FancyFileManager.
public FancyFileManager ( string uniqueIdentifier, string parameters ) : System.Web.UI
uniqueIdentifier string Use this to uniquely identify this specific uploader.
parameters string This string will be passed back to your file handling method.
리턴 System.Web.UI