RssTextInput.

Name Property

Summary

Gets and sets the name of the text input field.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rss
Containing Type
RssTextInput

Syntax

[DefaultValue(null)]
[XmlElement("name")]
public string Name { get; set; }

Attributes

Type Description
DefaultValueAttribute
XmlElementAttribute

Value

Type Description
string
GitHub