HttpPatchAttribute Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
HttpPatchAttribute() |
Cria um novo HttpPatchAttribute. |
HttpPatchAttribute(String) |
Cria um novo HttpPatchAttribute com o modelo de rota fornecido. |
HttpPatchAttribute()
- Origem:
- HttpPatchAttribute.cs
- Origem:
- HttpPatchAttribute.cs
- Origem:
- HttpPatchAttribute.cs
Cria um novo HttpPatchAttribute.
public:
HttpPatchAttribute();
public HttpPatchAttribute ();
Public Sub New ()
Aplica-se a
HttpPatchAttribute(String)
- Origem:
- HttpPatchAttribute.cs
- Origem:
- HttpPatchAttribute.cs
- Origem:
- HttpPatchAttribute.cs
Cria um novo HttpPatchAttribute com o modelo de rota fornecido.
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)
Parâmetros
- template
- String
O modelo de rota. Não pode ser nulo.