C# Класс Open.Core.Web.AreaExtensions

Extension methods for accessing the area.
Показать файл Открыть проект

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

Метод Описание
InsertCoreJQuery ( this helper ) : void
InsertCoreScripts ( this helper ) : void
InsertLog ( this helper ) : void
MapEmbeddedResource ( this context, string areaName, string routeName, string url, string action = "Index", string resourcePath = null ) : void

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

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

public static InsertCoreJQuery ( this helper ) : void
helper this
Результат void

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

public static InsertCoreScripts ( this helper ) : void
helper this
Результат void

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

public static InsertLog ( this helper ) : void
helper this
Результат void

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

public static MapEmbeddedResource ( this context, string areaName, string routeName, string url, string action = "Index", string resourcePath = null ) : void
context this
areaName string
routeName string
url string
action string
resourcePath string
Результат void