| Table of Contents
|
public class ContentDisposition
| Visibility | Description |
|---|---|
| Public | ContentDisposition() Create a new content disposition. |
| Public | ContentDisposition(string value) Create a new content dispisition from a Content-Disposition header string. |
| Public | ContentDisposition(bool inline, Nullable<DateTime> created, Nullable<DateTime> modified, Nullable<DateTime> read, string filename, Nullable<long> size) Create a new content disposition. |
| Public | ContentDisposition(bool inline, Nullable<DateTime> created, Nullable<DateTime> modified, Nullable<DateTime> read, string filename, Nullable<long> size, string userAgent) Create a new content disposition. |
| Visibility | Description |
|---|---|
| Public | Inline Inline content. |
| Public | CreationDate Content creation date. |
| Public | ModificationDate Content modification date. |
| Public | ReadDate Date content was read. |
| Public | FileName Local filename for content. |
| Public | Size Content file size (if available). |
| Public | UserAgent Content target user agent. |
| Visibility | Description |
|---|---|
| Public | ToString() (Override) Convert to Content-Disposition header string. |
| Public | Equals(object obj) (Inherited from Object) |
| Public | GetHashCode() (Inherited from Object) |
| Public | GetType() (Inherited from Object) |
| Protected | MemberwiseClone() (Inherited from Object) |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by