Hevea documentation

TextField.GetPostedValue Method 

Gets the field posted value.

public static string GetPostedValue(
   WebPage owner,
   string id
);

Parameters

owner
field owner
id
field identifier

Return Value

the field posted value

Exceptions

Exception Type Condition
ArgumentNullException owner or id is null

See Also

TextField Class | Hevea.Core.Http.Html.UI Namespace