C# 클래스 AshMind.Web.Mvc.UrlExtensions

파일 보기 프로젝트 열기: ashmind/neostructure

공개 메소드들

메소드 설명
ActionAbsolute ( this url, string actionName, string controllerName, object routeValues ) : string
GetBaseUrl ( this url ) : Uri

메소드 상세

ActionAbsolute() 공개 정적인 메소드

public static ActionAbsolute ( this url, string actionName, string controllerName, object routeValues ) : string
url this
actionName string
controllerName string
routeValues object
리턴 string

GetBaseUrl() 공개 정적인 메소드

public static GetBaseUrl ( this url ) : Uri
url this
리턴 System.Uri