Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. public IActionResult OnGet(){
  2. CarregarMenu();
  3.  
  4. //Gostaria de pegar aqui o valor da variável lcMenuPrincipal
  5.  
  6. Return Page();
  7. }
  8.  
  9. public static void CarregarMenu(){
  10. string lcMenuPrincipal = "";
  11.  
  12. lcMenuPrincipal = "Bom Dia Família";
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement