Upload - класс |
Пространство имён: Telerik.Web.Mvc.UI
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.) |
| Имя | Описание | |
|---|---|---|
| Render |
Renders the component.
(Унаследован от ViewComponentBase.) | |
| ToHtmlString | (Унаследован от ViewComponentBase.) | |
| VerifySettings | (Унаследован от ViewComponentBase.) | |
| WriteCleanupScript |
Writes the cleanup script.
(Унаследован от ViewComponentBase.) | |
| WriteHtml |
Writes the Upload HTML.
(Переопределяет ViewComponentBaseWriteHtml(HtmlTextWriter).) | |
| WriteInitializationScript |
Writes the initialization script.
(Переопределяет ViewComponentBaseWriteInitializationScript(TextWriter).) |
| Имя | Описание | |
|---|---|---|
| GetID |
Получить идентификатор из объекта.
Вызывает ToString().ToLower()
(Определяется ObjectExtensions.) | |
| Implementation |
Получить реальный объект из класса
(Определяется ModelExtensions.) | |
| SafeToString | (Определяется ObjectExtensions.) | |
| ToEncodedJson |
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.) | |
| ToJson |
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.) | |
| ToJsonSlice |
Получить представление объекта в структуре Json.
Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.) |