I have a content page (not a View) Stuff.cshtml
located at Folder1/Stuff.cshtml
in my web project.
Is it possible to prevent a user from browsing to it directly?
(i.e. they get 404 if the browse to http://myserver/Folder1/Stuff)
[I am rendering the content page internally in my app)