Show / Hide Table of Contents

Class ActionDescriptorExtensions

Inheritance
System.Object
ActionDescriptorExtensions
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: Microsoft.AspNetCore.Mvc.Abstractions
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public static class ActionDescriptorExtensions

Methods

AsControllerActionDescriptor(ActionDescriptor)

Declaration
public static ControllerActionDescriptor AsControllerActionDescriptor(this ActionDescriptor actionDescriptor)
Parameters
Type Name Description
ActionDescriptor actionDescriptor
Returns
Type Description
ControllerActionDescriptor

GetMethodInfo(ActionDescriptor)

Declaration
public static MethodInfo GetMethodInfo(this ActionDescriptor actionDescriptor)
Parameters
Type Name Description
ActionDescriptor actionDescriptor
Returns
Type Description
System.Reflection.MethodInfo

GetReturnType(ActionDescriptor)

Declaration
public static Type GetReturnType(this ActionDescriptor actionDescriptor)
Parameters
Type Name Description
ActionDescriptor actionDescriptor
Returns
Type Description
System.Type

HasObjectResult(ActionDescriptor)

Declaration
public static bool HasObjectResult(this ActionDescriptor actionDescriptor)
Parameters
Type Name Description
ActionDescriptor actionDescriptor
Returns
Type Description
System.Boolean

IsControllerAction(ActionDescriptor)

Declaration
public static bool IsControllerAction(this ActionDescriptor actionDescriptor)
Parameters
Type Name Description
ActionDescriptor actionDescriptor
Returns
Type Description
System.Boolean

IsPageAction(ActionDescriptor)

Declaration
public static bool IsPageAction(this ActionDescriptor actionDescriptor)
Parameters
Type Name Description
ActionDescriptor actionDescriptor
Returns
Type Description
System.Boolean
Back to top Powered by Volosoft