I've a code like below on razor where we need @videoPlayer is actually a string and would like to retain as it is.
<param name="@videoPlayer" value="@model.id" />
At the moment razor view thinks that @videoPlayer is the variable and tries to convert.
How do I retain and out put as it.