Table of Contents

Method GetStringValue

Namespace
Sisk.Core.Http.Hosting
Assembly
Sisk.Core.dll

GetStringValue(string)

Retrieves a StringValue instance representing the specified parameter.

public StringValue GetStringValue(string parameterName)

Parameters

parameterName string

The name of the parameter to retrieve.

Returns

StringValue

A StringValue instance containing the parameter name and value.