AcceptedAtActionResult(String, String, Object, Object) 생성자

정의

제공된 값을 사용하여 의 AcceptedAtActionResult 새 instance 초기화합니다.

public:
 AcceptedAtActionResult(System::String ^ actionName, System::String ^ controllerName, System::Object ^ routeValues, System::Object ^ value);
public AcceptedAtActionResult (string actionName, string controllerName, object routeValues, object value);
public AcceptedAtActionResult (string? actionName, string? controllerName, object? routeValues, object? value);
new Microsoft.AspNetCore.Mvc.AcceptedAtActionResult : string * string * obj * obj -> Microsoft.AspNetCore.Mvc.AcceptedAtActionResult
Public Sub New (actionName As String, controllerName As String, routeValues As Object, value As Object)

매개 변수

actionName
String

URL을 생성하는 데 사용할 작업의 이름입니다.

controllerName
String

URL을 생성하는 데 사용할 컨트롤러의 이름입니다.

routeValues
Object

URL을 생성하는 데 사용되는 경로 데이터입니다.

value
Object

엔터티 본문에 서식을 지정할 값입니다.

적용 대상