91 lines
2.1 KiB
C#
91 lines
2.1 KiB
C#
#pragma warning disable 1591
|
|
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.235
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Microsoft.Web.Helpers
|
|
{
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.IO;
|
|
using System.Linq;
|
|
using System.Net;
|
|
using System.Text;
|
|
using System.Web;
|
|
using System.Web.Helpers;
|
|
using System.Web.Security;
|
|
using System.Web.UI;
|
|
using System.Web.WebPages;
|
|
using System.Web.WebPages.Html;
|
|
|
|
#line 3 "..\..\GamerCard.cshtml"
|
|
using Microsoft.Internal.Web.Utils;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
public class GamerCard : System.Web.WebPages.HelperPage
|
|
{
|
|
|
|
public static System.Web.WebPages.HelperResult GetHtml(string gamerTag) {
|
|
return new System.Web.WebPages.HelperResult(__razor_helper_writer => {
|
|
|
|
|
|
|
|
#line 5 "..\..\GamerCard.cshtml"
|
|
|
|
if (gamerTag.IsEmpty()) {
|
|
throw new ArgumentException(CommonResources.Argument_Cannot_Be_Null_Or_Empty, "gamerTag");
|
|
}
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
WriteLiteralTo(@__razor_helper_writer, " <iframe frameborder=\"0\" height=\"140\" scrolling=\"no\" src=\"http://gamercard.xbo" +
|
|
"x.com/");
|
|
|
|
|
|
|
|
#line 9 "..\..\GamerCard.cshtml"
|
|
WriteTo(@__razor_helper_writer, HttpUtility.UrlPathEncode(gamerTag));
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
WriteLiteralTo(@__razor_helper_writer, ".card\" width=\"204\">");
|
|
|
|
|
|
|
|
#line 9 "..\..\GamerCard.cshtml"
|
|
WriteTo(@__razor_helper_writer, gamerTag);
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
WriteLiteralTo(@__razor_helper_writer, "</iframe>\r\n");
|
|
|
|
|
|
|
|
#line 10 "..\..\GamerCard.cshtml"
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
});
|
|
|
|
}
|
|
|
|
|
|
public GamerCard()
|
|
{
|
|
}
|
|
}
|
|
}
|
|
#pragma warning restore 1591
|