HttpRequest.Query 속성

정의

Request.QueryString에서 구문 분석된 쿼리 값 컬렉션을 가져옵니다.

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

속성 값

Request.QueryString에서 구문 분석된 쿼리 값 컬렉션입니다.

적용 대상