Sdílet prostřednictvím


RouteOptions.SetParameterPolicy Metoda

Definice

Přetížení

SetParameterPolicy(String, Type)

Přidá nebo přepíše zásadu parametru přidruženým tokenem vzoru trasy.

SetParameterPolicy<T>(String)

Přidá nebo přepíše zásadu parametru přidruženým tokenem vzoru trasy.

SetParameterPolicy(String, Type)

Zdroj:
RouteOptions.cs

Přidá nebo přepíše zásadu parametru přidruženým tokenem vzoru trasy.

public void SetParameterPolicy (string token, Type type);
member this.SetParameterPolicy : string * Type -> unit
Public Sub SetParameterPolicy (token As String, type As Type)

Parametry

token
String

Token trasy použitý k použití zásad parametrů.

type
Type

Typ zásady parametru.

Výjimky

Vyvolá výjimku, pokud typ není .IParameterPolicy

Platí pro

SetParameterPolicy<T>(String)

Zdroj:
RouteOptions.cs

Přidá nebo přepíše zásadu parametru přidruženým tokenem vzoru trasy.

public void SetParameterPolicy<T> (string token) where T : Microsoft.AspNetCore.Routing.IParameterPolicy;
member this.SetParameterPolicy : string -> unit (requires 'T :> Microsoft.AspNetCore.Routing.IParameterPolicy)
Public Sub SetParameterPolicy(Of T As IParameterPolicy) (token As String)

Parametry typu

T

Typ zásady parametru.

Parametry

token
String

Token trasy použitý k použití zásad parametrů.

Platí pro