Putting View Components in Context
Question | Answer |
---|---|
What are they? | View components are classes that provide application logic to support partial views or to inject small fragments of HTML or JSON data into a parent view. |
Why are they useful? | Without view components, it is hard to create embedded ... |