HttpRequest.QueryString Propriété

Définition

Obtient ou définit la chaîne de requête brute utilisée pour créer la collection de requêtes dans Request.Query.

public:
 abstract property Microsoft::AspNetCore::Http::QueryString QueryString { Microsoft::AspNetCore::Http::QueryString get(); void set(Microsoft::AspNetCore::Http::QueryString value); };
public abstract Microsoft.AspNetCore.Http.QueryString QueryString { get; set; }
member this.QueryString : Microsoft.AspNetCore.Http.QueryString with get, set
Public MustOverride Property QueryString As QueryString

Valeur de propriété

Chaîne de requête brute.

S’applique à