AcceptedAtActionResult.ControllerName 속성

정의

URL을 생성하는 데 사용할 컨트롤러의 이름을 가져오거나 설정합니다.

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

속성 값

적용 대상