Import Properties from new Model when an existing Model is already declared
Currently i have a model linked to view, its a strongly typed model generated by models builder, i want to extend and use an existing model i have review some of the umbraco documentation is there a way to write the value from the new model without necessarily importing it?
Import Properties from new Model when an existing Model is already declared
Currently i have a model linked to view, its a strongly typed model generated by models builder, i want to extend and use an existing model i have review some of the umbraco documentation is there a way to write the value from the new model without necessarily importing it?
@Model Project1.Model
@if(Model2) { Model.options }
is working on a reply...