ApiExplorerSettingsAttribute Class

 

This attribute can be used on the controllers and actions to influence the behavior of ApiExplorer.

Namespace:   System.Web.Http.Description
Assembly:  System.Web.Http (in System.Web.Http.dll)

System::Object
  System::Attribute
    System.Web.Http.Description::ApiExplorerSettingsAttribute

[AttributeUsageAttribute(AttributeTargets::Class | AttributeTargets::Method | AttributeTargets::Property | AttributeTargets::Field, 
	AllowMultiple = false)]
public ref class ApiExplorerSettingsAttribute sealed : Attribute

NameDescription
System_CAPS_pubmethodApiExplorerSettingsAttribute()

Initializes a new instance of the ApiExplorerSettingsAttribute class.

NameDescription
System_CAPS_pubpropertyIgnoreApi

Gets or sets a value indicating whether to exclude the controller or action from the ApiDescription instances generated by ApiExplorer.

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: