Skip to content

Instantly share code, notes, and snippets.

@trnktms
Last active January 6, 2017 16:14
Embed
What would you like to do?
@using Glass.Mapper.Sc.Web.Mvc
@model IYourModel
@using (@Html.Glass().BeginEditFrame(Model, "Edit The Component", x => x.Image))
{
// your code
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment