Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: string Path

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

Declaration

string Path

Summary

Specifies the path part of the URL – that is, the part that comes after the domain (or, if a URL resolver is used, the part that comes after the hook path). The query string is not included. Whenever not empty, Path always begins with a forward slash. Manipulate this part using IHttpUrlExtensions.WithPath(this IHttpUrl, string) or IHttpUrlExtensions.WithPathOnly(this IHttpUrl, string).