다음을 통해 공유


JsonPatchDocument.Remove(String) 메서드

정의

대상 위치에서 값을 제거합니다. 예를 들어 { "op": "remove", "path": "/a/b/c" }

public:
 Microsoft::AspNetCore::JsonPatch::JsonPatchDocument ^ Remove(System::String ^ path);
public Microsoft.AspNetCore.JsonPatch.JsonPatchDocument Remove (string path);
member this.Remove : string -> Microsoft.AspNetCore.JsonPatch.JsonPatchDocument
Public Function Remove (path As String) As JsonPatchDocument

매개 변수

path
String

대상 위치

반환

연결할 JsonPatchDocument입니다.

적용 대상