This documentation is archived and is not being maintained.
AlternateView Constructor
Visual Studio 2008
Initializes a new instance of AlternateView.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
AlternateView(Stream) | Initializes a new instance of AlternateView with the specified Stream. |
|
AlternateView(String) | Initializes a new instance of AlternateView with the specified file name. |
|
AlternateView(Stream, ContentType) | Initializes a new instance of AlternateView with the specified Stream and ContentType. |
|
AlternateView(Stream, String) | Initializes a new instance of AlternateView with the specified Stream and media type. |
|
AlternateView(String, ContentType) | Initializes a new instance of AlternateView with the specified file name and content type. |
|
AlternateView(String, String) | Initializes a new instance of AlternateView with the specified file name and media type. |
A new instance of the AlternateView class call also be initialized by calling one of the CreateAlternateViewFromString methods.
Show: