次の方法で共有


CandidateSet.ReplaceEndpoint(Int32, Endpoint, RouteValueDictionary) メソッド

定義

の を Endpoint 指定された indexendpoint置き換えます。

public:
 void ReplaceEndpoint(int index, Microsoft::AspNetCore::Http::Endpoint ^ endpoint, Microsoft::AspNetCore::Routing::RouteValueDictionary ^ values);
public void ReplaceEndpoint (int index, Microsoft.AspNetCore.Http.Endpoint endpoint, Microsoft.AspNetCore.Routing.RouteValueDictionary values);
public void ReplaceEndpoint (int index, Microsoft.AspNetCore.Http.Endpoint? endpoint, Microsoft.AspNetCore.Routing.RouteValueDictionary? values);
member this.ReplaceEndpoint : int * Microsoft.AspNetCore.Http.Endpoint * Microsoft.AspNetCore.Routing.RouteValueDictionary -> unit
Public Sub ReplaceEndpoint (index As Integer, endpoint As Endpoint, values As RouteValueDictionary)

パラメーター

index
Int32

候補インデックス。

endpoint
Endpoint

Endpointで元Endpointindexの を置き換える 。 endpointnull の場合。 候補は無効としてマークされます。

values
RouteValueDictionary

RouteValueDictionaryで元RouteValueDictionaryindexの を置き換える 。

適用対象