[]
        
(Showing Draft Content)

C1.Web.Mvc.ModelBinderBase

ModelBinderBase Class

Defines a base class of model binder for customizing.

Inheritance
ModelBinderBase
Implements
IModelBinder
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public abstract class ModelBinderBase : IModelBinder

Constructors

Name Description
ModelBinderBase()

Methods

Name Description
BindModel(ControllerContext, ModelBindingContext)

Attempts to bind a model.

DeserializeModel(string, Type)

Deserializes the model.

GetRequestContent(HttpRequestBase)

Gets the request content which is used for deserializing.