C# Class Spring.Web.Support.WebFormsResultWebNavigator.NavigableControlInfo

Holds the result match from FindNavigableParent.
Mostrar archivo Open project: spring-projects/spring-net

Public Properties

Property Type Description
Control System.Web.UI.Control
WebNavigator IWebNavigator

Public Methods

Method Description
NavigableControlInfo ( Control control ) : System.Collections

Initializes the new match instance.

Method Details

NavigableControlInfo() public method

Initializes the new match instance.
public NavigableControlInfo ( Control control ) : System.Collections
control System.Web.UI.Control the matching control. Must not be null!
return System.Collections

Property Details

Control public_oe property

The matching control
public Control,System.Web.UI Control
return System.Web.UI.Control

WebNavigator public_oe property

The IWebNavigator instance associated with the control. May be null.
public IWebNavigator WebNavigator
return IWebNavigator