Method SetFragment
SetFragment(string?)
Sets the fragment part of the URL.
public UrlBuilder SetFragment(string? fragment)
Parameters
Returns
- UrlBuilder
The current UrlBuilder instance.
Sets the fragment part of the URL.
public UrlBuilder SetFragment(string? fragment)
The current UrlBuilder instance.