XmlSyndicationContent.ReadContent<TContent> Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Reads the content of the specified type into the XmlSyndicationContent.
Namespace: System.ServiceModel.Syndication
Assembly: System.ServiceModel.Syndication (in System.ServiceModel.Syndication.dll)
Syntax
'Declaration
Public Function ReadContent(Of TContent) As TContent
public TContent ReadContent<TContent>()
Type Parameters
- TContent
The type of content to read.
Return Value
Type: TContent
An object of the specified type.
Exceptions
Exception | Condition |
---|---|
SerializationException | The input XML cannot be deserialized into the requested type. |
Remarks
On the receive/deserialization side, if the XML syndication content element is an empty XML element, then default(TContent) is returned. If not, a new instance of DataContractSerializer is created and is used to deserialize the inner XML of the XML syndication content element into an instance of TContent.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.