ExcludeFromDescriptionAttribute 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.
Indicates that this Endpoint should not be included in the generated API metadata.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Delegate | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class ExcludeFromDescriptionAttribute : Attribute, Microsoft.AspNetCore.Routing.IExcludeFromDescriptionMetadata
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Delegate | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type ExcludeFromDescriptionAttribute = class
inherit Attribute
interface IExcludeFromDescriptionMetadata
Public NotInheritable Class ExcludeFromDescriptionAttribute
Inherits Attribute
Implements IExcludeFromDescriptionMetadata
- Inheritance
-
ExcludeFromDescriptionAttribute
- Attributes
- Implements
Constructors
ExcludeFromDescriptionAttribute() |
Properties
ExcludeFromDescription |
Gets a value indicating whether OpenAPI
data should be excluded for this endpoint. If |
Methods
ToString() | System.Attribute.ToString |