SuppressLinkGenerationMetadata 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.
Represents metadata used during link generation. If SuppressLinkGeneration is true
the associated endpoint will not be used for link generation.
public ref class SuppressLinkGenerationMetadata sealed : Microsoft::AspNetCore::Routing::ISuppressLinkGenerationMetadata
public sealed class SuppressLinkGenerationMetadata : Microsoft.AspNetCore.Routing.ISuppressLinkGenerationMetadata
type SuppressLinkGenerationMetadata = class
interface ISuppressLinkGenerationMetadata
Public NotInheritable Class SuppressLinkGenerationMetadata
Implements ISuppressLinkGenerationMetadata
- Inheritance
-
SuppressLinkGenerationMetadata
- Implements
Constructors
SuppressLinkGenerationMetadata() |
Properties
SuppressLinkGeneration |
Gets a value indicating whether the assocated endpoint should be used for link generation. |
Methods
ToString() | Returns a string that represents the current object. |