Question: What is the correct way to make a variable available to all of your templates?
- Set a session variable.
- Use a global variable.
- Add a dictionary to the template context.
- Use RequestContext.
Answer: The correct answer of the above question is Option D:Use RequestContext.