C# 클래스 Open.Core.Web.AreaExtensions

Extension methods for accessing the area.
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL

공개 메소드들

메소드 설명
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