|
string | path = "views" |
| The path where views can be found.
|
|
| cache = True |
| Whether view output should be cached.
|
|
string | uriProviderQueryKey = "viewProvider" |
| The URI query key that is used to specify a view provider.
|
|
| cleanURLs = True |
| Whether or not Apache's rewrite rules are being used to produce "clean" URLs (URLs that appear to be paths instead of query strings). More...
|
|
Local.Configuration.Site.Views.cleanURLs = True |
|
static |
Whether or not Apache's rewrite rules are being used to produce "clean" URLs (URLs that appear to be paths instead of query strings).
If this value is set to 'True', clean URLs will be generated by the arena view providers.
The documentation for this class was generated from the following file: