Class VirtualPathArgumentsExtensions
Internal helper
Inheritance
System.Object
VirtualPathArgumentsExtensions
Namespace: EPiServer.Web.Routing.Internal
Assembly: EPiServer.Cms.AspNetCore.Templating.dll
Version: 12.0.3Syntax
public static class VirtualPathArgumentsExtensions : Object
Methods
MoveRoutedQueryParameters(VirtualPathArguments, NameValueCollection)
Internal helper method to move query parameters related to routing
Declaration
public static NameValueCollection MoveRoutedQueryParameters(this VirtualPathArguments arguments, NameValueCollection queryParameters)
Parameters
Type | Name | Description |
---|---|---|
VirtualPathArguments | arguments | |
System.Collections.Specialized.NameValueCollection | queryParameters |
Returns
Type | Description |
---|---|
System.Collections.Specialized.NameValueCollection |