ScriptManager::GetRegisteredHiddenFields Method ()

 

Retrieves a read-only collection of hidden fields that were previously registered with the Page object.

Namespace:   System.Web.UI
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
ReadOnlyCollection<RegisteredHiddenField^>^ GetRegisteredHiddenFields()

Return Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<RegisteredHiddenField^>^

A generic collection that contains hidden fields.

.NET Framework
Available since 3.5
Return to top
Show: