C# Класс Framework.Mvc.Extensions.ResourcesScriptManager

Extensions for working with javascript.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ScriptManagerKey String

Открытые методы

Метод Описание
GetJsResourcesStorage ( System.Web.Mvc.ViewContext context ) : HashSet

Gets the js resources storage.

IncludeScriptsFromStorage ( this html ) : String

Includes the scripts from storage.

RegisterScript ( this html, String path ) : String

Includes the script path to collection.

Описание методов

GetJsResourcesStorage() публичный статический Метод

Gets the js resources storage.
public static GetJsResourcesStorage ( System.Web.Mvc.ViewContext context ) : HashSet
context System.Web.Mvc.ViewContext The context.
Результат HashSet

IncludeScriptsFromStorage() публичный статический Метод

Includes the scripts from storage.
public static IncludeScriptsFromStorage ( this html ) : String
html this The HTML helper.
Результат String

RegisterScript() публичный статический Метод

Includes the script path to collection.
public static RegisterScript ( this html, String path ) : String
html this The HTML helper.
path String The script path.
Результат String

Описание свойств

ScriptManagerKey публичное статическое свойство

Script manager key.
public static String ScriptManagerKey
Результат String