AcceptedAtActionResult(String, String, Object, Object) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用所提供的值,初始化 的新實例 AcceptedAtActionResult 。
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
實體主體中要格式化的值。