C# Class cloudscribe.Core.IdentityServerIntegration.EndpointExtensions

显示文件 Open project: joeaudette/cloudscribe

Public Methods

Method Description
EnsureLeadingSlash ( this url ) : string
EnsureTrailingSlash ( this url ) : string
IsEndpointEnabled ( this options, EndpointName endpointName ) : bool

Method Details

EnsureLeadingSlash() public static method

public static EnsureLeadingSlash ( this url ) : string
url this
return string

EnsureTrailingSlash() public static method

public static EnsureTrailingSlash ( this url ) : string
url this
return string

IsEndpointEnabled() public static method

public static IsEndpointEnabled ( this options, EndpointName endpointName ) : bool
options this
endpointName EndpointName
return bool