Share via


EndpointDataSource.Endpoints 属性

定义

返回实例的 Endpoint 只读集合。

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)

属性值

适用于