ApiExplorerModel Class

Definition

A model for ApiExplorer properties associated with a controller or action.

public ref class ApiExplorerModel
public class ApiExplorerModel
type ApiExplorerModel = class
Public Class ApiExplorerModel
Inheritance
ApiExplorerModel

Constructors

ApiExplorerModel()

Creates a new ApiExplorerModel.

ApiExplorerModel(ApiExplorerModel)

Creates a new ApiExplorerModel with properties copied from other.

Properties

GroupName

The value for APIExplorer.ApiDescription.GroupName of APIExplorer.ApiDescription objects created for the associated controller or action.

IsVisible

If true, APIExplorer.ApiDescription objects will be created for the associated controller or action.

Applies to