Models and Content Delivery - DDavis34/Roll-Call GitHub Wiki
Models
Models are going to be the main way we do content delivery for our character creation information. the structure to invoke a model will be @InvocationItem.Model.Property where the invocation item is the name of the variable used to invoke the model for retrieval, and the property is the specific property we are invoking to be displayed and used. Like so:
Once the models are fully implemented and backend is fully separated, we shouldn't have too much of an issue with this, Blazor makes it quite simple.