Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: string Domain

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

Declaration

string Domain

Summary

Specifies the domain part of the URL – that is, the part that comes before the first slash (or, if a URL resolver is used, the part that comes before the hook domain). The protocol is not included. Whenever not empty, Domain always ends with a dot unless it contains the full domain up to the TLD. Manipulate this part using IHttpUrlExtensions.WithDomain(this IHttpUrl, string).