Class BindUploadedFileAttribute
Use this attribute to annotate property of command parameter classes where the uploaded file should be bound.
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public class BindUploadedFileAttribute : Attribute
- Inheritance
-
objectAttributeBindUploadedFileAttribute
- Extension Methods
Remarks
Annotated property must be of IUploadedFile type. The declaring type must declare at most one property decorated with this attribute or BindUploadedFilesAttribute