RssTextInput.

Title Property

Summary

Gets and sets the title of the submit button.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rss
Containing Type
RssTextInput

Syntax

[DefaultValue(null)]
[XmlElement("title")]
public string Title { get; set; }

Attributes

Type Description
DefaultValueAttribute
XmlElementAttribute

Value

Type Description
string
GitHub