SuppressLinkGenerationMetadata Class

Definition

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.

Applies to