ApiVisibilityConvention Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A IActionModelConvention that sets Api Explorer visibility.
public ref class ApiVisibilityConvention : Microsoft::AspNetCore::Mvc::ApplicationModels::IActionModelConvention
public class ApiVisibilityConvention : Microsoft.AspNetCore.Mvc.ApplicationModels.IActionModelConvention
type ApiVisibilityConvention = class
interface IActionModelConvention
Public Class ApiVisibilityConvention
Implements IActionModelConvention
- Inheritance
-
ApiVisibilityConvention
- Implements
Constructors
ApiVisibilityConvention() |
Methods
Apply(ActionModel) |
Called to apply the convention to the ActionModel. |
ShouldApply(ActionModel) |
Determines if this instance of IActionModelConvention applies to a specified |