IConvertToActionResult Interface  
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.
Defines the contract to convert a type to an IActionResult during action invocation.
public interface class IConvertToActionResultpublic interface IConvertToActionResulttype IConvertToActionResult = interfacePublic Interface IConvertToActionResult- Derived
Methods
| Convert() | Converts the current instance to an instance of IActionResult. |