Initializes a new NavigationResultView instance.
            
    Namespace: 
   Endeca.Web.UIAssembly: Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| public NavigationResultView( HttpContext context, NavigationDataSource owner, string viewName ) | 
| Visual Basic (Declaration) | 
|---|
| Public Sub New ( _ context As HttpContext, _ owner As NavigationDataSource, _ viewName As String _ ) | 
| Visual C++ | 
|---|
| public: NavigationResultView( HttpContext^ context, NavigationDataSource^ owner, String^ viewName ) | 
Parameters
- context
- Type: System.Web..::.HttpContext
 Describes the current HTTP request.
- owner
- Type: Endeca.Web.UI..::.NavigationDataSource
 Data source that owns this view.
- viewName
- Type: System..::.String
 Name of this view.





