Atom10FeedFormatter.PreserveAttributeExtensions Property

Definition

Gets or sets a value that specifies whether to preserve attribute extensions during serialization.

public:
 property bool PreserveAttributeExtensions { bool get(); void set(bool value); };
public bool PreserveAttributeExtensions { get; set; }
member this.PreserveAttributeExtensions : bool with get, set
Public Property PreserveAttributeExtensions As Boolean

Property Value

A value that specifies whether to preserve attribute extensions during serialization.

Remarks

The default value of this property is true. Attribute extensions are XML attributes that are not defined in the Atom 1.0 specification. This property determines whether to write these attributes during serialization. Similarly, this property determines whether to preserve unknown attributes inside the AttributeExtensions properties in the SyndicationFeed instance when deserializing an Atom1.0 feed.

Applies to