EndpointMetadataComparer<TMetadata>.GetMetadata(Endpoint) Method
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.
Gets the metadata of type TMetadata
from the provided endpoint.
protected:
virtual TMetadata GetMetadata(Microsoft::AspNetCore::Http::Endpoint ^ endpoint);
protected virtual TMetadata GetMetadata (Microsoft.AspNetCore.Http.Endpoint endpoint);
protected virtual TMetadata? GetMetadata (Microsoft.AspNetCore.Http.Endpoint endpoint);
abstract member GetMetadata : Microsoft.AspNetCore.Http.Endpoint -> 'Metadata
override this.GetMetadata : Microsoft.AspNetCore.Http.Endpoint -> 'Metadata
Protected Overridable Function GetMetadata (endpoint As Endpoint) As TMetadata
Parameters
Returns
TMetadata
The TMetadata
instance or null
.