HttpPatchAttribute 생성자

정의

오버로드

HttpPatchAttribute()

HttpPatchAttribute를 만듭니다.

HttpPatchAttribute(String)

지정된 경로 템플릿을 사용하여 새 HttpPatchAttribute 를 만듭니다.

HttpPatchAttribute()

Source:
HttpPatchAttribute.cs
Source:
HttpPatchAttribute.cs

HttpPatchAttribute를 만듭니다.

public:
 HttpPatchAttribute();
public HttpPatchAttribute ();
Public Sub New ()

적용 대상

HttpPatchAttribute(String)

Source:
HttpPatchAttribute.cs
Source:
HttpPatchAttribute.cs

지정된 경로 템플릿을 사용하여 새 HttpPatchAttribute 를 만듭니다.

public:
 HttpPatchAttribute(System::String ^ template);
public HttpPatchAttribute (string template);
new Microsoft.AspNetCore.Mvc.HttpPatchAttribute : string -> Microsoft.AspNetCore.Mvc.HttpPatchAttribute
Public Sub New (template As String)

매개 변수

template
String

경로 템플릿입니다. null일 수 없습니다.

적용 대상