@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