Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.QueryHelper.Item Property

(not specified)

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

Syntax

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

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

Remarks

(not specified)

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