Method | Description | |
---|---|---|
Normalize ( System.ServiceModel.Syndication.SyndicationFeed feed, System.ServiceModel.Syndication.SyndicationItem item ) : |
Normalizes a SyndicationItem into a FeedItem.
|
Method | Description | |
---|---|---|
GetFeedItemImages ( System.ServiceModel.Syndication.SyndicationItem item ) : IEnumerable |
||
HtmlDecode ( string value, int threshold = 5 ) : string | ||
Normalize ( string value ) : string | ||
RemoveControlChars ( string value ) : string | ||
StripDoubleOrMoreWhiteSpace ( string value ) : string | ||
StripHTML ( string value ) : string |
public Normalize ( System.ServiceModel.Syndication.SyndicationFeed feed, System.ServiceModel.Syndication.SyndicationItem item ) : |
||
feed | System.ServiceModel.Syndication.SyndicationFeed | The |
item | System.ServiceModel.Syndication.SyndicationItem | A |
return |