AlternateView Constructor
.NET Framework 3.0
Initializes a new instance of AlternateView.
| 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. |
Community Additions
ADD
Show: