IConvertToActionResult.Convert Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts the current instance to an instance of IActionResult.
public:
Microsoft::AspNetCore::Mvc::IActionResult ^ Convert();
public Microsoft.AspNetCore.Mvc.IActionResult Convert ();
abstract member Convert : unit -> Microsoft.AspNetCore.Mvc.IActionResult
Public Function Convert () As IActionResult
Returns
The converted IActionResult.