I have following method
public string TyneMice()
{
return System.IO.File.ReadAllText(@"C:\Users\...\myhtml.html");
}
I want to call above string method (TyneMIce) using jQuery . whats the syntax need to use ?
I have following method
public string TyneMice()
{
return System.IO.File.ReadAllText(@"C:\Users\...\myhtml.html");
}
I want to call above string method (TyneMIce) using jQuery . whats the syntax need to use ?