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.
| |
| Equals | Определяет, равен ли заданный объект текущему объекту. (Унаследован от Object.) | |
| Finalize | Позволяет объекту попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как он будет уничтожен во время сборки мусора. (Унаследован от Object.) | |
| GetHashCode | Служит хэш-функцией по умолчанию. (Унаследован от Object.) | |
| GetType | Возвращает объект Type для текущего экземпляра. (Унаследован от Object.) | |
| Globalization |
Enables globalization support.
| |
| jQuery |
Includes the jQuery script files. By default jQuery JavaScript is included.
| |
| MemberwiseClone | Создает неполную копию текущего объекта Object. (Унаследован от Object.) | |
| 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.
|