Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: string this[string]

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

Declaration

string this[
    string name
]

Summary

Gets the first query-string value with the specified name, or null if no query parameter uses the specified name.

Returns

The value of the first matching query parameter or null.