ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 709
نمايش فراداده

WmlValidatorAdapter.NET 1.1

System.Web.UI.MobileControls.Adapters (system.web.mobile.dll)class

This adapter renders all the validation controls (which derive from System.Web.UI.MobileControls.BaseValidator) control to WML.

public class 

WmlValidatorAdapter : WmlControlAdapter { // Public Constructors public

WmlValidatorAdapter ( ); // Protected Instance Properties protected BaseValidator

Control {get; } // Public Instance Methods public override void

Render (WmlMobileTextWriter

writer ); // overrides WmlControlAdapter }

Hierarchy

System.Object ControlAdapter(System.Web.UI.MobileControls.IControlAdapter) WmlControlAdapter WmlValidatorAdapter