EndpointDataSource.Endpoints Propriedade

Definição

Retorna uma coleção somente leitura de Endpoint instâncias.

public:
 abstract property System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Http::Endpoint ^> ^ Endpoints { System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Http::Endpoint ^> ^ get(); };
public abstract System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> Endpoints { get; }
member this.Endpoints : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint>
Public MustOverride ReadOnly Property Endpoints As IReadOnlyList(Of Endpoint)

Valor da propriedade

Aplica-se a