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

Holds the result match from FindNavigableParent.
Afficher le fichier Open project: spring-projects/spring-net

Méthodes publiques

Свойство Type Description
Control System.Web.UI.Control
WebNavigator IWebNavigator

Méthodes publiques

Méthode Description
NavigableControlInfo ( Control control ) : System.Collections

Initializes the new match instance.

Method Details

NavigableControlInfo() public méthode

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

Property Details

Control public_oe property

The matching control
public Control,System.Web.UI Control
Résultat System.Web.UI.Control

WebNavigator public_oe property

The IWebNavigator instance associated with the control. May be null.
public IWebNavigator WebNavigator
Résultat IWebNavigator