Click or drag to resize

AuthenticationOptionsExtensionsGetFullLoginPath(ReadonlyAuthenticationOptions, String) Method

Gets full path to LoginPage, evaluating leading ~ character as the given base path.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public static string GetFullLoginPath(
	this ReadonlyAuthenticationOptions options,
	string basePath
)
View Source

Parameters

options  ReadonlyAuthenticationOptions
Authentication options for the website
basePath  String
Base path of the website

Return Value

String
The full path to the login page.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ReadonlyAuthenticationOptions. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also