IHttpRequestFeature.QueryString 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 RFC 7230 中所定義之要求目標的查詢部分。 此值可能是 Empty 。 如果不是空的,則會包含前置 '?'。 此值是以原始形式呈現,而不會逸出。
public:
property System::String ^ QueryString { System::String ^ get(); void set(System::String ^ value); };
public string QueryString { get; set; }
member this.QueryString : string with get, set
Public Property QueryString As String