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,
	 sourceUrl,
	bool useUrlParameterMapping
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "DigiD.RedirectToLogin")> _
Public Shared Sub Redirect ( _
	context As , _
	locator As , _
	sourceUrl As , _
	useUrlParameterMapping As  _
)

Parameters

context
IRenderContext
The context.
locator
Locator
Locator containing DigiD login url.
sourceUrl
Locator
Locator containing the original source url (to which a redirect must take place after DigiD login procedure).
useUrlParameterMapping
Boolean
Boolean indicating whether or not url parameter mapping should be used.

See Also

Advanced