ObjectAdapter.LogErrorAction 属性

定义

用于记录 JsonPatchError的操作。

public:
 property Action<Microsoft::AspNetCore::JsonPatch::JsonPatchError ^> ^ LogErrorAction { Action<Microsoft::AspNetCore::JsonPatch::JsonPatchError ^> ^ get(); };
public Action<Microsoft.AspNetCore.JsonPatch.JsonPatchError> LogErrorAction { get; }
member this.LogErrorAction : Action<Microsoft.AspNetCore.JsonPatch.JsonPatchError>
Public ReadOnly Property LogErrorAction As Action(Of JsonPatchError)

属性值

适用于