Compartilhar via


CustomJsonClaimAction.Resolver Propriedade

Definição

O Func que será chamado para selecionar o valor dos dados de usuário JSON fornecidos.

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)

Valor da propriedade

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

Aplica-se a