ScriptRegistrarBuilder - класс |
Пространство имён: Telerik.Web.Mvc.UI
public class ScriptRegistrarBuilder : ComponentBuilderBase<ScriptRegistrar, ScriptRegistrarBuilder>, IHideObjectMembers
Тип ScriptRegistrarBuilder предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| ScriptRegistrarBuilder |
Initializes a new instance of the ScriptRegistrarBuilder class.
|
| Имя | Описание | |
|---|---|---|
| AssetHandlerPath |
Sets the asset handler path. Path must be a virtual path.
| |
| DefaultGroup |
Configures the DefaultGroup.
| |
| Globalization |
Enables globalization support.
| |
| jQuery |
Includes the jQuery script files. By default jQuery JavaScript is included.
| |
| OnDocumentReady(Action) |
Defines the inline handler executed when the DOM document is ready (using the $(document).ready jQuery event)
| |
| OnDocumentReady(FuncObject, Object) |
Defines the inline handler executed when the DOM document is ready (using the $(document).ready jQuery event)
| |
| OnDocumentReady(String) |
Appends the specified statement in $(document).ready jQuery event. This method should be
used in Html.RenderAction() | |
| OnWindowUnload(Action) |
Defines the inline handler executed when the DOM window object is unloaded.
| |
| OnWindowUnload(String) |
Appends the specified statement window unload event. This method should be
used in Html.RenderAction() | |
| OutputScriptFiles | ||
| Render |
Renders the ScriptRegistrar | |
| Scripts |
Executes the provided delegate that is used to register the script files fluently in different groups.
| |
| ToHtmlString | ||
| ToString | (Переопределяет Object.ToString.) |
| Имя | Описание | |
|---|---|---|
| (ScriptRegistrarBuilder to ScriptRegistrar) |
Performs an implicit conversion from ScriptRegistrarBuilder to ScriptRegistrar.
|
| Имя | Описание | |
|---|---|---|
| GetID |
Получить идентификатор из объекта.
Вызывает ToString().ToLower()
(Определяется ObjectExtensions.) | |
| Implementation |
Получить реальный объект из класса
(Определяется ModelExtensions.) | |
| SafeToString | (Определяется ObjectExtensions.) | |
| ToEncodedJson |
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.) | |
| ToJson |
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.) | |
| ToJsonSlice |
Получить представление объекта в структуре Json.
Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.) |