IHttpQueryString Interface

Version 1.0.14
.NET Framework 4.7
Namespace Skybrud.Essentials.Http.Collections
Assembly Skybrud.Essentials.Http.dll
Visibility Public
Interfaces IEnumerable<T>, IEnumerable
public interface IHttpQueryString : IEnumerable<T>, IEnumerable { }

Properties

Type Name Summary
int Count
bool IsEmpty
Array of String Keys
Array of KeyValuePair<TKey, TValue> Items
String Item
bool SupportsDuplicateKeys