다음을 통해 공유


QueryFeature 생성자

정의

오버로드

QueryFeature(IFeatureCollection)

QueryFeature의 새 인스턴스를 초기화합니다.

QueryFeature(IQueryCollection)

QueryFeature의 새 인스턴스를 초기화합니다.

QueryFeature(IFeatureCollection)

Source:
QueryFeature.cs
Source:
QueryFeature.cs
Source:
QueryFeature.cs

QueryFeature의 새 인스턴스를 초기화합니다.

public:
 QueryFeature(Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ features);
public QueryFeature (Microsoft.AspNetCore.Http.Features.IFeatureCollection features);
new Microsoft.AspNetCore.Http.Features.QueryFeature : Microsoft.AspNetCore.Http.Features.IFeatureCollection -> Microsoft.AspNetCore.Http.Features.QueryFeature
Public Sub New (features As IFeatureCollection)

매개 변수

features
IFeatureCollection

초기화할 IFeatureCollection입니다.

적용 대상

QueryFeature(IQueryCollection)

Source:
QueryFeature.cs
Source:
QueryFeature.cs
Source:
QueryFeature.cs

QueryFeature의 새 인스턴스를 초기화합니다.

public:
 QueryFeature(Microsoft::AspNetCore::Http::IQueryCollection ^ query);
public QueryFeature (Microsoft.AspNetCore.Http.IQueryCollection query);
new Microsoft.AspNetCore.Http.Features.QueryFeature : Microsoft.AspNetCore.Http.IQueryCollection -> Microsoft.AspNetCore.Http.Features.QueryFeature
Public Sub New (query As IQueryCollection)

매개 변수

query
IQueryCollection

IQueryCollection 백업 저장소로 사용할 입니다.

적용 대상