0 out of 1 rated this helpful - Rate this topic

BindAttribute Class

Represents an attribute that is used to provide details about how model binding to a parameter should occur.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Parameter, AllowMultiple = false, 
	Inherited = true)]
public sealed class BindAttribute : Attribute

For more information about using attributes, see Extending Metadata Using Attributes.

System.Object
  System.Attribute
    System.Web.Mvc.BindAttribute
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ