@page @model Remotely.Server.Pages.GetSupportModel @{ ViewData["Title"] = "Get Support"; } @if (!Request.Query.ContainsKey("deviceID")) {

Get Support

Device ID is missing. Please use a valid shortcut to the support page, which will include the device ID.

} else {
@if (!string.IsNullOrWhiteSpace(Model.StatusMessage)) { }

Get Support





@section Scripts { } }