Show / Hide Table of Contents

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
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
In this article
Back to top Powered by ABP.IO Platform