Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Duende.​IdentityServer.​Extensions.​ServerUrlExtensions
Assembly: Duende.IdentityServer
Inheritance: object → ServerUrlExtensions
Extension methods for IServerUrls
Methods
public static
string
GetUnicodeOrigin​(Services.​IServerUrls urls)
Returns the origin in unicode, and not in punycode (if we have a unicode hostname)
public static
string
GetAbsoluteUrl​(Services.​IServerUrls urls,
string urlOrPath)
Returns an absolute URL for the URL or path.
public static
string
GetIdentityServerRelativeUrl​(Services.​IServerUrls urls,
string path)
Returns the URL into the server based on the relative path. The path parameter can start with "~/" or "/".
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object