Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void AppendQueryString(StringBuilder, bool)

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

Declaration

public void AppendQueryString(
    StringBuilder sb,
    bool first
)

Summary

Adds the query string to the specified StringBuilder instance.

Parameters

StringBuildersb An instance of StringBuilder to which the query string is added.
boolfirst True to begin with a question mark (?), false to begin with an ampersand (&).