DefaultEndpointDataSource.Endpoints 屬性

定義

傳回實例的 Endpoint 唯讀集合。

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

屬性值

適用於