I am developing an application with Umbraco and VS 2017. For a certain Document Type, there are a lot of variations in just one small part of its content. What I do not want to do is create a lot of distinct documents for every variation. Is it possible, somehow, to have only one Document and change dynamically only a part of it
? If yes, how?
Then, how would it be possible to call e.g. @Umbraco.Field("body")
with some argument (which should define the desired variation
) and get the right every time content?