LinkedResource Constructor
.NET Framework 2.0
Initializes a new instance of LinkedResource.
| Name | Description |
|---|---|
| LinkedResource (Stream) | Initializes a new instance of LinkedResource using the supplied Stream. |
| LinkedResource (String) | Initializes a new instance of LinkedResource using the specified file name. |
| LinkedResource (Stream, ContentType) | Initializes a new instance of LinkedResource with the values supplied by Stream and ContentType. |
| LinkedResource (Stream, String) | Initializes a new instance of LinkedResource with the specified Stream and media type. |
| LinkedResource (String, ContentType) | Initializes a new instance of LinkedResource with the specified file name and content type. |
| LinkedResource (String, String) | Initializes a new instance of LinkedResource with the specified file name and media type. |
Community Additions
ADD
Show: