EndpointDataSource.Endpoints Property

Definition

Returns a read-only collection of Endpoint instances.

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)

Property Value

Applies to