Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.FormHelper.Item Property

(not specified)

Class: YetaWF.Core.Support.FormHelper
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public string? this[ string? key ] { get; }

The Item property is the indexer of the YetaWF.Core.Support.FormHelper class, so languages supporting indexers can use array syntax, usually [] or (), to access the Item property.

Remarks

(not specified)

See Also YetaWF.Core.Support.FormHelper ClassYetaWF.Core Overview