DynamicDataRoute.Action 속성

정의

경로에 대한 작업의 이름을 가져오거나 설정합니다.

public:
 property System::String ^ Action { System::String ^ get(); void set(System::String ^ value); };
public string Action { get; set; }
member this.Action : string with get, set
Public Property Action As String

속성 값

경로의 작업 이름입니다.

설명

가능한 작업 이름 목록은 다음을 참조하세요 System.Web.DynamicData.PageAction. 인스턴스 DynamicDataRoute를 만들 때 이 속성을 설정하지 않으면 경로가 모든 작업에 적용됩니다.

적용 대상