Show / Hide Table of Contents

Class ActionResultHelper

Inheritance
System.Object
ActionResultHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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<System.Type>

Methods

IsObjectResult(Type, Type[])

Declaration
public static bool IsObjectResult(Type returnType, params Type[] excludeTypes)
Parameters
Type Name Description
System.Type returnType
System.Type[] excludeTypes
Returns
Type Description
System.Boolean
Back to top Powered by Volosoft