AlternateView Methods

The AlternateView type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateAlternateViewFromString(String)
Creates a AlternateView of using the content specified in a string.
Public methodStatic memberCreateAlternateViewFromString(String, ContentType)
Creates a AlternateView of using the content specified in a string.
Public methodStatic memberCreateAlternateViewFromString(String, ContentType, TransferEncoding)
Creates a AlternateView of using the content specified in a string.
Public methodStatic memberCreateAlternateViewFromString(String, Encoding, String)
Creates a AlternateView of using the content specified in a string.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from AttachmentBase.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
(Overrides AttachmentBaseDispose(Boolean).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodGenerateContentId
Generates the content id value.
(Inherited from AttachmentBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSave(Stream)
Saves the specified stream.
(Inherited from AttachmentBase.)
Public methodSave(String)
Saves the specified file name.
(Inherited from AttachmentBase.)
Protected methodSetContentFromString
Sets the content from string.
(Inherited from AttachmentBase.)
Public methodToString (Inherited from Object.)
See Also