Initializes a new instance of the RssButtonWrapper class

Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public RssButtonWrapper(
	UrlHelper urlHelper,
	SyndicationFeedFormat rssFormat
)
Visual Basic
Public Sub New ( _
	urlHelper As UrlHelper, _
	rssFormat As SyndicationFeedFormat _
)
Visual C++
public:
RssButtonWrapper(
	UrlHelper^ urlHelper, 
	SyndicationFeedFormat rssFormat
)

Parameters

urlHelper
Type: UrlHelper
rssFormat
Type: Cartella.Models..::..SyndicationFeedFormat

See Also