Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: IEnumerable<KeyValuePair<string, string>> Query

  • Declared in: RT.Servers.IHttpUrl
  • Interface property
  • Abstract

Declaration

IEnumerable<KeyValuePair<string, string>> Query

Summary

Enumerates the query parameters as name/value pairs. Implementors must return an empty sequence if no query string is present, not null.