[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Facebook.Web.Mvc.FbmlHelper.FeedForm(System.String,System.String,System.String[])"]

Namespace:  Facebook.Web.Mvc
Assembly:  Facebook.Web.Mvc (in Facebook.Web.Mvc.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
public string FeedForm(
	string templateName,
	string buttonLabel,
	params string[] fieldNames
)
Visual Basic (Declaration)
Public Function FeedForm ( _
	templateName As String, _
	buttonLabel As String, _
	ParamArray fieldNames As String() _
) As String
Visual C++
public:
String^ FeedForm(
	String^ templateName, 
	String^ buttonLabel, 
	... array<String^>^ fieldNames
)

Parameters

templateName
Type: System..::.String

[Missing <param name="templateName"/> documentation for "M:Facebook.Web.Mvc.FbmlHelper.FeedForm(System.String,System.String,System.String[])"]

buttonLabel
Type: System..::.String

[Missing <param name="buttonLabel"/> documentation for "M:Facebook.Web.Mvc.FbmlHelper.FeedForm(System.String,System.String,System.String[])"]

fieldNames
Type: array< System..::.String >[]()[]

[Missing <param name="fieldNames"/> documentation for "M:Facebook.Web.Mvc.FbmlHelper.FeedForm(System.String,System.String,System.String[])"]

Return Value

[Missing <returns> documentation for "M:Facebook.Web.Mvc.FbmlHelper.FeedForm(System.String,System.String,System.String[])"]

See Also

FbmlHelper Class
Facebook.Web.Mvc Namespace