UIController.InsertImage Method
- Namespace:
- Weavy.Web.Controllers
- Assembly:
- Weavy.Web.dll
InsertImage(int?, string, string, IEnumerable, bool, bool)
Insert/Edit image dialog for our rich text editor.
public ActionResult InsertImage(int? id, string src = null, string href = null, IEnumerable<int> blobs = null, bool img = true, bool md = false)
Parameters
- id
- int?
- src
- string
- href
- string
- blobs
- System.Collections.Generic.IEnumerable
- img
- bool
- md
- bool
Returns
System.Web.Mvc.ActionResult