samedi 27 juin 2015

What is the VB equivalent of @model dynamic in C# Razor

I have a View (vbhtml) in ASP.NET MVC 5 which uses a dynamic model, I know it's easy in C# to do this by writing

@model dynamic

But how can I specify this in vbhtml?

Aucun commentaire:

Enregistrer un commentaire