Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public class PreviewCVComponent : ViewComponent
  2. {
  3. ..
  4.  
  5.  
  6. public async Task<IViewComponentResult> InvokeAsync(int id)
  7. {
  8. return View();
  9. }
  10. }
  11.  
  12. @await Component.InvokeAsync("PreviewCV", new { id = -1 })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement