0

I cant find that much documentation regarding MVC and Macros in Umbraco. Does anyone know if its possible to use controllers for the Macros before they are passed down to the view?

Also.. does anyone know if Glass Mapper has support for Macros? Guess I could extend Glass Mapper myself, but would prefer not to if its already built in :).

Inx51
  • 1,911
  • 3
  • 24
  • 44
  • This is a Q&A site. Asking 2 questions at the same time makes it difficult to answer. Make 2 questions instead. – dampee Apr 13 '15 at 16:30

1 Answers1

0

You can use controller for partials and for macro partials, so the answer is yes. More information can be found in the documentation about "custom controllers"

dampee
  • 3,392
  • 1
  • 21
  • 37