StateMachine(TReturn).Stay Method (TReturn)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Stays into the machine during the transition with the specified output.

Namespace:  System.Web.Razor
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

protected function Stay(
	output : TReturn
) : StateMachine<(Of <(TReturn>)>)..::.StateResult

Parameters

output
Type: TReturn
The output.

Return Value

Type: System.Web.Razor.StateMachine(TReturn).StateResult
The output of the transition.
Show: