I have a Razor @minhaVarRazor
variable and would like to change its value based on a value obtained from another variable, but that is JavaScript .
function setValue(minhaVarJavaScript){
@minhaVarRazor = minhaVarJavaScript;
}
Does anyone have any ideas?