C# Class Open.Core.Web.AreaExtensions

Extension methods for accessing the area.
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Méthodes publiques

Méthode Description
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

Method Details

InsertCoreJQuery() public static méthode

public static InsertCoreJQuery ( this helper ) : void
helper this
Résultat void

InsertCoreScripts() public static méthode

public static InsertCoreScripts ( this helper ) : void
helper this
Résultat void

InsertLog() public static méthode

public static InsertLog ( this helper ) : void
helper this
Résultat void

MapEmbeddedResource() public static méthode

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
Résultat void