共用方式為


IEndpointSelectorPolicy.AppliesToEndpoints 方法

定義

傳回值,這個值表示 是否 IEndpointSelectorPolicy 套用至 中的任何 endpoints 端點。

public:
 bool AppliesToEndpoints(System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Http::Endpoint ^> ^ endpoints);
public bool AppliesToEndpoints (System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> endpoints);
abstract member AppliesToEndpoints : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> -> bool
Public Function AppliesToEndpoints (endpoints As IReadOnlyList(Of Endpoint)) As Boolean

參數

endpoints
IReadOnlyList<Endpoint>

候選 Endpoint 值集。

傳回

true 如果原則套用至 中的任何端點, endpoints 則為 ,否則 false 為 。

適用於