CustomJsonClaimAction.Resolver 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要從指定的 JSON 使用者資料中選取值的 Func。
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)