C# 클래스 BgEngine.Extensions.UrlHelperExtensions

파일 보기 프로젝트 열기: yagopv/BgEngine

공개 메소드들

메소드 설명
AbsoluteAction ( this url, string actionName, string controllerName, object routeValues = null ) : string

Generates a fully qualified URL to an action method by using the specified action name, controller name and route values.

메소드 상세

AbsoluteAction() 공개 정적인 메소드

Generates a fully qualified URL to an action method by using the specified action name, controller name and route values.
public static AbsoluteAction ( this url, string actionName, string controllerName, object routeValues = null ) : string
url this The URL helper.
actionName string The name of the action method.
controllerName string The name of the controller.
routeValues object The route values.
리턴 string