EndpointDataSource.Endpoints Property
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.
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)