Files
GMW/GMW-RT/MBC.aspx
T
Samuele Locatelli 61dc11675e vers 653
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..
2014-04-03 10:53:38 +02:00

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>