다음을 통해 공유


ActionNameAttribute(String) 생성자

정의

ActionNameAttribute 클래스의 새 인스턴스를 초기화합니다.

public ActionNameAttribute (string name);
new System.Web.Mvc.ActionNameAttribute : string -> System.Web.Mvc.ActionNameAttribute
Public Sub New (name As String)

매개 변수

name
String

작업의 이름입니다.

예외

매개 변수가 name null이거나 비어 있습니다.

적용 대상