Class ActionResultHelper
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public static class ActionResultHelper
Properties
ObjectResultTypes
Declaration
public static List<Type> ObjectResultTypes { get; }
Property Value
| Type | Description |
|---|---|
| List<Type> |
Methods
IsObjectResult(Type, params Type[])
Declaration
public static bool IsObjectResult(Type returnType, params Type[] excludeTypes)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | returnType | |
| Type[] | excludeTypes |
Returns
| Type | Description |
|---|---|
| bool |