Table of Contents

Interface IPostedFiles

Namespace
Dynamicweb.Environment
Assembly
Dynamicweb.Core.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