2sic / 2sxc

DNN + 2sxc = #DNNCMS - This tool helps web designers and developers prepare great looking content in DNN (DotNetNuke). It's like mixing DNN with Umbraco and Drupal :)
http://2sxc.org
MIT License
145 stars 40 forks source link

Experimental: AppCode - try to support razor base class with typed model #3310

Closed iJungleboy closed 8 months ago

iJungleboy commented 8 months ago

I'm submitting a

[x] feature request

...about

[x] Razor templating

Current Behavior / Expected Behavior

Currently we have to use MyModel or DynamicModel in child Razor Components to receive parameters from the caller.

It would be nicer to have type safety, eg @inherits Custom.Hybrid.RazorTyped<string> or something.

This is WIP

Your environment