This is not a duplicated question. I've already searched on SO but I need a different thing.
Is today a way to access an internal class from Razor View, I know that the assembly must be visible and is it yet.
No properties nor methods declared in an "internal" class are accessible from Views by default. I need a way to override this.
Thanks.