C# 클래스 Abp.Web.Mvc.Localized.LocalizedRemote

상속: System.Web.Mvc.RemoteAttribute
파일 보기 프로젝트 열기: carldai0106/ABP

공개 메소드들

메소드 설명
FormatErrorMessage ( string name ) : string
LocalizedRemote ( string routeName ) : System.Web.Mvc
LocalizedRemote ( string action, string controller ) : System.Web.Mvc
LocalizedRemote ( string action, string controller, string areaName ) : System.Web.Mvc

메소드 상세

FormatErrorMessage() 공개 메소드

public FormatErrorMessage ( string name ) : string
name string
리턴 string

LocalizedRemote() 공개 메소드

public LocalizedRemote ( string routeName ) : System.Web.Mvc
routeName string
리턴 System.Web.Mvc

LocalizedRemote() 공개 메소드

public LocalizedRemote ( string action, string controller ) : System.Web.Mvc
action string
controller string
리턴 System.Web.Mvc

LocalizedRemote() 공개 메소드

public LocalizedRemote ( string action, string controller, string areaName ) : System.Web.Mvc
action string
controller string
areaName string
리턴 System.Web.Mvc