QueryAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
QueryAttribute() |
Initializes a new instance of the QueryAttribute class. |
QueryAttribute(String) |
Initializes a new instance of the QueryAttribute class. |
QueryAttribute()
- Source:
- QueryAttribute.cs
Initializes a new instance of the QueryAttribute class.
public:
QueryAttribute();
public QueryAttribute();
Public Sub New ()
Remarks
This overload uses the name of the associated method parameter as the query string key.
Applies to
QueryAttribute(String)
- Source:
- QueryAttribute.cs
Initializes a new instance of the QueryAttribute class.
public:
QueryAttribute(System::String ^ key);
public QueryAttribute(string key);
new Microsoft.Extensions.Http.AutoClient.QueryAttribute : string -> Microsoft.Extensions.Http.AutoClient.QueryAttribute
Public Sub New (key As String)
Parameters
- key
- String
The query key to use in the request.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.