Class UrlPattern.Pattern
public record UrlPattern.Pattern : UrlPattern, IEquatable<UrlPattern>, IEquatable<UrlPattern.Pattern>
- Inheritance
-
UrlPattern.Pattern
- Implements
- Inherited Members
Properties
Hostname
public string? Hostname { get; set; }
Property Value
Pathname
public string? Pathname { get; set; }
Property Value
Port
public string? Port { get; set; }
Property Value
Protocol
public string? Protocol { get; set; }
Property Value
Search
public string? Search { get; set; }