When you're editing a Release in DevOps point-and-click Release designer, and you used the "IIS Deploy Template" or added an "IIS website deployment" stage/job, then:
If you want to turn an input field into a grey linked field, you can paste in a parameter name.
This one grabs the website name from the "IIS website deployment" stage header:
$(Parameters.WebsiteName)