[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[])"]
Assembly: Facebook.Web.Mvc (in Facebook.Web.Mvc.dll) Version: 1.0.0.0 (1.0.0.0)
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[])"]