Table of Contents

Method GetStringValue

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

GetStringValue(string)

Gets an StringValue object from the form item content string. This method reads the contents of the last matched last item with the request encoding.

public StringValue GetStringValue(string name)

Parameters

name string

The form item name.

Returns

StringValue