다음을 통해 공유


CustomJsonClaimAction.Resolver 속성

정의

지정된 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)

속성 값

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

적용 대상