C# Class Open.Core.Web.AreaExtensions

Extension methods for accessing the area.
Mostrar archivo Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method 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 method

public static InsertCoreJQuery ( this helper ) : void
helper this
return void

InsertCoreScripts() public static method

public static InsertCoreScripts ( this helper ) : void
helper this
return void

InsertLog() public static method

public static InsertLog ( this helper ) : void
helper this
return void

MapEmbeddedResource() public static method

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
return void