UploadToAttribute
Specify which File Upload location should be used to manage these file uploads
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public class UploadToAttribute : AttributeBase, _Attribute
Properties
Location
View Source
Declaration
public string Location { get; set; }
Implements
System.Runtime.InteropServices._Attribute