BF2Statistics.Web.Bf2Stats.BF2PageModel.Write C# (CSharp) Method

Write() public method

Writes the plain contents to the template
public Write ( string contents ) : string
contents string The contents to be written
return string
        public string Write(string contents)
        {
            return contents;
        }