Design Pattern Framework 3.5
Add Method (provider)
Patterns-In-Action! Application ► ViewState ► ViewStateProviderCollection ► Add(ProviderBase)
Adds a viewstate provider to a collection of providers.
Declaration Syntax
C# | Visual Basic |
public override void Add( ProviderBase provider )
Public Overrides Sub Add ( _ provider As ProviderBase _ )
Parameters
- provider (ProviderBase)
- Viewstate provider.