1
I wanted to form the field Name is automatically filled in by the username you are logged in to.
How to include this property in mine Model?
public class Condominio
{
public int CondominioId { get; set; }
public string Nome { get; set; }
public int CEP { get; set; }
public string Endereco { get; set; }
public int Numero { get; set; }
}
}
I added it to the Create/GET action and it worked perfectly. Thanks
– Elói Ferreira
@Elóiferreira See how the site works here. Thank you!
– Leonel Sanches da Silva