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

[Missing <summary> documentation for "M:Facebook.Web.Mvc.FeedController.Post(System.String)"]

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

Syntax

C#
public ActionResult Post(
	string id
)
Visual Basic (Declaration)
Public Function Post ( _
	id As String _
) As ActionResult
Visual C++
public:
ActionResult^ Post(
	String^ id
)

Parameters

id
Type: System..::.String

[Missing <param name="id"/> documentation for "M:Facebook.Web.Mvc.FeedController.Post(System.String)"]

Return Value

[Missing <returns> documentation for "M:Facebook.Web.Mvc.FeedController.Post(System.String)"]

See Also

FeedController Class
Facebook.Web.Mvc Namespace