Table of Contents

Interface IPostedFiles

Namespace
Dynamicweb.Environment
Assembly
Dynamicweb.Environment.dll
Contains files posted to the server.
public interface IPostedFiles

Properties

Files

Files posted to the server.
PostedFileCollection Files { get; }

Property Value

PostedFileCollection
To top