C# 클래스 Spring.Web.Support.WebFormsResultWebNavigator.NavigableControlInfo

Holds the result match from FindNavigableParent.
파일 보기 프로젝트 열기: spring-projects/spring-net

공개 프로퍼티들

프로퍼티 타입 설명
Control System.Web.UI.Control
WebNavigator IWebNavigator

공개 메소드들

메소드 설명
NavigableControlInfo ( Control control ) : System.Collections

Initializes the new match instance.

메소드 상세

NavigableControlInfo() 공개 메소드

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

프로퍼티 상세

Control 공개적으로 프로퍼티

The matching control
public Control,System.Web.UI Control
리턴 System.Web.UI.Control

WebNavigator 공개적으로 프로퍼티

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