AtomContent Constructor (String, MediaType)
            Represents an AtomContent instance initialized with the given content and MediaType.
            
[Visual Basic]Overloads Public Sub New( _
   ByVal 
content As 
String, _
   ByVal 
type As 
MediaType _
)
 Parameters
- content
- The Content of the AtomContent.
- type
- The MediaType of the AtomContent.
See Also
AtomContent Class | Atom.Core Namespace | AtomContent Constructor Overload List