CustomJsonClaimAction.Resolver Propriété

Définition

Func qui sera appelé pour sélectionner la valeur à partir des données utilisateur JSON données.

public:
 property Func<Newtonsoft::Json::Linq::JObject ^, System::String ^> ^ Resolver { Func<Newtonsoft::Json::Linq::JObject ^, System::String ^> ^ get(); };
public:
 property Func<System::Text::Json::JsonElement, System::String ^> ^ Resolver { Func<System::Text::Json::JsonElement, System::String ^> ^ get(); };
public Func<Newtonsoft.Json.Linq.JObject,string> Resolver { get; }
public Func<System.Text.Json.JsonElement,string> Resolver { get; }
public Func<System.Text.Json.JsonElement,string?> Resolver { get; }
member this.Resolver : Func<Newtonsoft.Json.Linq.JObject, string>
member this.Resolver : Func<System.Text.Json.JsonElement, string>
Public ReadOnly Property Resolver As Func(Of JObject, String)
Public ReadOnly Property Resolver As Func(Of JsonElement, String)

Valeur de propriété

Func<Newtonsoft.Json.Linq.JObject,String>

S’applique à