Table of Contents

Interface IFormDictionary

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Photons.Abstractions.dll
public interface IFormDictionary : IDictionary<string, StringValues>, ICollection<KeyValuePair<string, StringValues>>, IEnumerable<KeyValuePair<string, StringValues>>, IEnumerable
Inherited Members