StateMachine(TReturn).Stay Method

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.

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

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

Return Value

Type: System.Web.Razor.StateMachine(TReturn).StateResult
Transition of the state machine.
Show: