Saudações,
Dando sequência às aulas, criei a rota Artistas e Artistas/nome. Artistas funcionou corretamente, mas Artistas/nome dá um erro no navegador: (An unhandled exception occurred while processing the request.
ArgumentNullException: Value cannot be null. (Parameter 'obj')
System.OrdinalIgnoreCaseComparer.GetHashCode(string obj); ArgumentNullException: Value cannot be null. (Parameter 'obj'))
Este é o meu código:
Onde estou errada? Desde já agradeço a atenção!