Compartilhar via


BindAttribute.Include Property

Gets or sets a comma-delimited list of property names for which binding is allowed.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

'Declaration
Public Property Include As String
    Get
    Set
public string Include { get; set; }
public:
property String^ Include {
    String^ get ();
    void set (String^ value);
}

Property Value

Type: System.String
The include list.

See Also

Reference

BindAttribute Class

System.Web.Mvc Namespace