C# Class Umbraco.Belle.Controllers.ContentItemBinder

Binds the content model to the controller action for the posted multi-part Post
Inheritance: IModelBinder
Afficher le fichier Open project: umbraco/Belle

Méthodes publiques

Méthode Description
BindModel ( System.Web.Http.Controllers.HttpActionContext actionContext, System.Web.Http.ModelBinding.ModelBindingContext bindingContext ) : bool

Private Methods

Méthode Description
GetModel ( HttpContent content, System.Net.Http.MultipartFormDataStreamProvider provider ) : Task

Builds the model from the request contents

Method Details

BindModel() public méthode

public BindModel ( System.Web.Http.Controllers.HttpActionContext actionContext, System.Web.Http.ModelBinding.ModelBindingContext bindingContext ) : bool
actionContext System.Web.Http.Controllers.HttpActionContext
bindingContext System.Web.Http.ModelBinding.ModelBindingContext
Résultat bool