Search Results for

    Show / Hide Table of Contents
    View Source

    Class HttpQueryStringModelBinder

    Allows an Action to execute with an arbitrary number of QueryStrings

    Inheritance
    object
    Namespace: Umbraco.Cms.Web.Common.ModelBinders
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public sealed class HttpQueryStringModelBinder
    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.

    Constructors

    View Source

    HttpQueryStringModelBinder()

    Declaration
    public HttpQueryStringModelBinder()

    Methods

    View Source

    BindModelAsync(ModelBindingContext)

    Declaration
    public Task BindModelAsync(ModelBindingContext bindingContext)
    Parameters
    Type Name Description
    ModelBindingContext bindingContext
    Returns
    Type Description
    Task
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX