Class BindUploadedFilesAttribute
Use this attribute to annotate property of command parameter classes where the uploaded files should be bound.
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public class BindUploadedFilesAttribute : Attribute
- Inheritance
-
objectAttributeBindUploadedFilesAttribute
- Extension Methods
Remarks
Annotated property must be of IUploadedFilesCollection type.