61dc11675e
Prototipo SIgnalR funzionante! - usa la pagina MBC.aspx x ricevere info da qualsiasi URL e propagarli all'HUB - da GMW si chiama un URL esterno passando parametri come get..
17 lines
315 B
Plaintext
17 lines
315 B
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="MBC.aspx.cs" Inherits="GMW_RT.MBC" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<div>
|
|
OK
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|