Class HttpQueryStringModelBinder
Allows an Action to execute with an arbitrary number of QueryStrings
Inheritance
System.Object
Namespace: Umbraco.Cms.Web.Common.ModelBinders
Assembly: Umbraco.Web.Common.dll
Syntax
public sealed class HttpQueryStringModelBinder : IModelBinder
Remarks
Just like you can POST an arbitrary number of parameters to an Action, you can't GET an arbitrary number but this will allow you to do it.
Methods
View SourceBindModelAsync(ModelBindingContext)
Declaration
public Task BindModelAsync(ModelBindingContext bindingContext)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext | bindingContext |
Returns
Type | Description |
---|---|
Task |