ReturnEventArgs<T>.Result Property

Definition

Gets or sets the value that is returned by the page function.

public:
 property T Result { T get(); void set(T value); };
public T Result { get; set; }
member this.Result : 'T with get, set
Public Property Result As T

Property Value

T

The value that is returned by the page function.

Applies to