[]
        
(Showing Draft Content)

C1.Web.Api.FromFormAttribute

FromFormAttribute Class

Defines a System.Web.Http.ModelBinding.ModelBinderAttribute object to deserialize the values from form.

Inheritance
FromFormAttribute
Namespace: C1.Web.Api
Assembly: C1.Web.Api.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
public class FromFormAttribute : ModelBinderAttribute

Constructors

Name Description
FromFormAttribute()

Initializes a new instance of FromFormAttribute class.