A: 

The second form is the one that I have seen more commonly. To my knowledge, both forms do exactly the same thing.

The Exclude option takes a comma-separated list of attributes. The Exclude list simply excludes one or more parameters from binding; it has no effect on the remaining parameters.

Example:

[Bind(Exclude="ID, Name")]
Robert Harvey