다음을 통해 공유


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

속성 값

String

경로에 대한 작업 이름입니다.

설명

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

적용 대상