Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoJsonModelBinderConvention

    Applies the UmbracoJsonModelBinder body model binder to any complex parameter and those with a binding source of type Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource.Body

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Common.ApplicationModels
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public class UmbracoJsonModelBinderConvention : IActionModelConvention

    Constructors

    View Source

    UmbracoJsonModelBinderConvention()

    Declaration
    public UmbracoJsonModelBinderConvention()
    View Source

    UmbracoJsonModelBinderConvention(IModelMetadataProvider)

    Declaration
    public UmbracoJsonModelBinderConvention(IModelMetadataProvider modelMetadataProvider)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Mvc.ModelBinding.IModelMetadataProvider modelMetadataProvider

    Methods

    View Source

    Apply(ActionModel)

    Declaration
    public void Apply(ActionModel action)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel action
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UmbracoJsonModelBinderConvention()
      • UmbracoJsonModelBinderConvention(IModelMetadataProvider)
    • Methods
      • Apply(ActionModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX