Show / Hide Table of Contents

Class ApiDescriptionExtensions

Inheritance
object
ApiDescriptionExtensions
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 ApiDescriptionExtensions

Methods

IsIntegrationService(ApiDescription)

Declaration
public static bool IsIntegrationService(this ApiDescription apiDescriptor)
Parameters
Type Name Description
Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescription apiDescriptor
Returns
Type Description
bool

IsRemoteService(ApiDescription)

Declaration
public static bool IsRemoteService(this ApiDescription apiDescriptor)
Parameters
Type Name Description
Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescription apiDescriptor
Returns
Type Description
bool
In This Article
Back to top Powered by Volosoft