RenderToStringResult.RedirectUrl Property

Definition

If set, specifies that instead of rendering HTML, the response should be an HTTP redirection to this URL. This can be used if the prerendering code determines that the requested URL would lead to a redirection according to the SPA's routing configuration.

public:
 property System::String ^ RedirectUrl { System::String ^ get(); void set(System::String ^ value); };
public string RedirectUrl { get; set; }
member this.RedirectUrl : string with get, set
Public Property RedirectUrl As String

Property Value

Applies to