Skip to content

Instantly share code, notes, and snippets.

@emiaj
Created August 28, 2012 23:16
Show Gist options
  • Select an option

  • Save emiaj/3505212 to your computer and use it in GitHub Desktop.

Select an option

Save emiaj/3505212 to your computer and use it in GitHub Desktop.
using ALS.Validation.Ajax;
using FubuMVC.Core.Ajax;
using FubuMVC.Core.Security;
using HelloWorld.Handlers.Home;
using HelloWorld.Services;
namespace HelloWorld.Handlers.Account
{
// ...
public class LogOnModel : IHaveValidationPreview
{
public string UserName { get; set; }
public string Password { get; set; }
public bool RememberMe { get; set; }
// public string Error { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment