Share via


BaseActionMethodRequestBuilder<T>.GetParameter<U>(String) Method

Definition

Get a parameter string for a given name.

protected U GetParameter<U> (string name);
member this.GetParameter : string -> 'U
Protected Function GetParameter(Of U) (name As String) As U

Type Parameters

U

The type of the value parameter.

Parameters

name
String

The name key.

Returns

U

The value associated with the given name.

Applies to