PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Redirects the user to the DigiD login page.

Namespace: Smartsite.DigiD
Assembly:  Smartsite.DigiD (in Smartsite.DigiD.dll)

Syntax

C#Copy imageCopy Code
[(Name = "DigiD.RedirectToLogin")]
public static void Redirect(
	 context,
	 locator,
	bool useUrlParameterMapping
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "DigiD.RedirectToLogin")> _
Public Shared Sub Redirect ( _
	context As , _
	locator As , _
	useUrlParameterMapping As  _
)

Parameters

context
IRenderContext
The context.
locator
Locator
Locator containing DigiD login url.
useUrlParameterMapping
Boolean
Boolean indicating whether or not url parameter mapping should be used.

See Also

Advanced