Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    BindModelAsync(ModelBindingContext)

    Declaration
    public Task BindModelAsync(ModelBindingContext bindingContext)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext bindingContext
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • BindModelAsync(ModelBindingContext)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX