Class ActionResultHelper
Inheritance
object
ActionResultHelper
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |
|---|---|
| System.Collections.Generic.List<T><System.Type> |
Methods
IsObjectResult(Type, params Type[])
Declaration
public static bool IsObjectResult(Type returnType, params Type[] excludeTypes)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | returnType | |
| System.Type[] | excludeTypes |
Returns
| Type | Description |
|---|---|
| bool |