Class AbpRemoteServiceApiDescriptionProviderOptions
Inheritance
object
AbpRemoteServiceApiDescriptionProviderOptions
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.ApiExploring
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public class AbpRemoteServiceApiDescriptionProviderOptions
Constructors
AbpRemoteServiceApiDescriptionProviderOptions()
Declaration
public AbpRemoteServiceApiDescriptionProviderOptions()
Properties
SupportedResponseTypes
Declaration
public HashSet<ApiResponseType> SupportedResponseTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.HashSet<T><ApiResponseType> |