Click or drag to resize

HttpResponseExtensionsNavigateToList Method

Namespace:  Dynamicweb.Management.Actions
Assembly:  Dynamicweb.Management (in Dynamicweb.Management.dll) Version: 4.0.2
Syntax
public static void NavigateToList(
	this HttpResponse response,
	NavigateToListAction navAction
)

Parameters

response
Type: System.WebHttpResponse
navAction
Type: Dynamicweb.Management.ActionsNavigateToListAction

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type HttpResponse. 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