Upload - класс

Telerik Upload for ASP.NET MVC is a view component for uploading files. It supports the following features:
  • Asynchronous uploading
  • Progress tracking
  • Multiple file selection
  • Drag & drop
Note that some of the features depend on browser capabilities. For more information, see the online documentation.
Иерархия наследования
Object
  Telerik.Web.Mvc.UIViewComponentBase
    Telerik.Web.Mvc.UIUpload

Пространство имён:  Telerik.Web.Mvc.UI
Сборка:  Telerik.Web.Mvc (в Telerik.Web.Mvc.dll) Версия: 2011.1.315.340
Синтаксис
C#
public class Upload : ViewComponentBase

Тип Upload предоставляет следующие члены.

Конструкторы
  ИмяОписание
Открытый методUpload
Initializes a new instance of the Upload class.
В начало страницы
Свойства
  ИмяОписание
Открытое свойствоAssetKey
Gets or sets the asset key.
(Унаследован от ViewComponentBase.)
Открытое свойствоAsync
Defines the asynchronous uploading settings
Открытое свойствоClientEvents
Represents the client-side event handlers for the component
Открытое свойствоClientSideObjectWriterFactory
Gets the client side object writer factory.
(Унаследован от ViewComponentBase.)
Открытое свойствоEnabled
Gets or sets a value indicating if the component is enabled.
Открытое свойствоHtmlAttributes
Gets the HTML attributes.
(Унаследован от ViewComponentBase.)
Открытое свойствоId
Gets the id.
(Унаследован от ViewComponentBase.)
Открытое свойствоIsSelfInitialized (Унаследован от ViewComponentBase.)
Открытое свойствоLocalization
The localization strings for the component
Открытое свойствоMultiple
Gets or sets a value indicating if multiple file selection is enabled.
Открытое свойствоName
Gets or sets the name.
(Унаследован от ViewComponentBase.)
Открытое свойствоScriptFileNames
Gets or sets the script file names.
(Унаследован от ViewComponentBase.)
Открытое свойствоScriptFilesPath
Gets or sets the script files path. Path must be a virtual path.
(Унаследован от ViewComponentBase.)
Открытое свойствоShowFileList
Gets or sets a value indicating whether to show the list of uploaded files
Открытое свойствоUrlGenerator
Gets or sets the URL generator.
Открытое свойствоViewContext
Gets or sets the view context to rendering a view.
(Унаследован от ViewComponentBase.)
В начало страницы
Методы
  ИмяОписание
Открытый методEquals
Определяет, равен ли заданный объект текущему объекту.
(Унаследован от Object.)
Защищённый методFinalize
Позволяет объекту попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как он будет уничтожен во время сборки мусора.
(Унаследован от Object.)
Открытый методGetHashCode
Служит хэш-функцией по умолчанию.
(Унаследован от Object.)
Открытый методGetType
Возвращает объект Type для текущего экземпляра.
(Унаследован от Object.)
Защищённый методMemberwiseClone
Создает неполную копию текущего объекта Object.
(Унаследован от Object.)
Открытый методRender
Renders the component.
(Унаследован от ViewComponentBase.)
Открытый методToHtmlString (Унаследован от ViewComponentBase.)
Открытый методToString
Возвращает строку, представляющую текущий объект.
(Унаследован от Object.)
Открытый методVerifySettings (Унаследован от ViewComponentBase.)
Открытый методWriteCleanupScript
Writes the cleanup script.
(Унаследован от ViewComponentBase.)
Защищённый методWriteHtml
Writes the Upload HTML.
(Переопределяет ViewComponentBaseWriteHtml(HtmlTextWriter).)
Открытый методWriteInitializationScript
Writes the initialization script.
(Переопределяет ViewComponentBaseWriteInitializationScript(TextWriter).)
В начало страницы
См. также