This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public abstract class ResponseInfoBase |
Visual Basic (Declaration) | Copy Code |
---|---|
Public MustInherit Class ResponseInfoBase |
The type exposes the following fields.
Public Fields
Name | Description | |
---|---|---|
DefaultContentType |
Represents the default content type.
|
|
HeaderContentDisposition |
The Content-Disposition HTTP response header
|
|
HeaderContentLength |
The Content-Length HTTP response header.
|
|
HeaderContentType |
The Content-Type HTTP response header.
|
|
HeaderExpires |
The Expires HTTP response header
|
|
HeaderLastModified |
The Last-Modified HTTP response header
|
Protected Fields
Name | Description | |
---|---|---|
HeaderMaxAge |
The internal MaxAge Cache-Control response header
|
See Also
Smartsite.Base Namespace