I'm looking for some global object in DotVVM framework as ViewBag in Asp.Net MVC. I wanna have a masterpage with dynamic title and I don't know how could I do this.
For example: In asp.net MVC "ViewBag.Title" -> where Title is property from view(model) and when I am changing articles, title changes too.