torhovland / blazor-realworld-example-app

Starter kit for new RealWorld framework implementations
https://realworld.io
134 stars 26 forks source link

Add [Parameter] attribute to Article.cshtml. #7

Open iAmBipinPaul opened 6 years ago

iAmBipinPaul commented 6 years ago

Added [Parameter] attribute on string Slug { get; set; } and removed public access modifier. Which was preventing from open articles detail view.

image