ControllerActionInvoker.CreateActionResult 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立動作結果。
protected virtual System.Web.Mvc.ActionResult CreateActionResult (System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor, object actionReturnValue);
abstract member CreateActionResult : System.Web.Mvc.ControllerContext * System.Web.Mvc.ActionDescriptor * obj -> System.Web.Mvc.ActionResult
override this.CreateActionResult : System.Web.Mvc.ControllerContext * System.Web.Mvc.ActionDescriptor * obj -> System.Web.Mvc.ActionResult
Protected Overridable Function CreateActionResult (controllerContext As ControllerContext, actionDescriptor As ActionDescriptor, actionReturnValue As Object) As ActionResult
參數
- controllerContext
- ControllerContext
控制器內容。
- actionDescriptor
- ActionDescriptor
動作描述元。
- actionReturnValue
- Object
動作傳回值。
傳回
動作結果物件。