ViewLocator Constructors
Provides functionality to locate Views by their type names.Name | Parameters | Description |
---|---|---|
ViewLocator(IEnumerable<Assembly>) | assemblies | Creates a ViewLocator capable of locating Views within assemblies specified by an enumerator. |
ViewLocator(Assembly[]) | assemblies | Creates a ViewLocator capable of locating Views within the specified assemblies. |
ViewLocator(Application) | application | Creates a ViewLocator capable of locating Views within the current assembly. |
See Also