Linking a URI to a static WebForm
A complete, modern site often uses a certain set of simple pages that don't change often. Common examples of static web pages are Frequently Asked Questions (FAQ) pages, contact pages, redirect pages, and similar content that doesn't necessarily require the full-blown services of Resource and Handler classes. Fortunately OpenRasta provides a simple shortcut for associating a URI with a given WebForm:
ResourceSpace.Has .TheUri("/contact") .ForThePage("~/Views/ContactView.aspx");
