0

Here Is there an ASP MVC equivilent to JSTL tags? it is said that there is equivalent between jstl for loop and sparkview engine loop.

But beyond that can sparview allow to create custom tag without one digging into sparkview source code ie is it also a framework that is extensible without touching the core ?

Community
  • 1
  • 1
user310291
  • 36,946
  • 82
  • 271
  • 487

1 Answers1

2

Not sure if I understand the question exactly, but what I think you may be referring to is the Spark Bindings feature which allows you to create custom tags, and in the tag definitions you can perform any valid operation you would like.

Check out Spark Bindings here: http://sparkviewengine.com/documentation/bindings

RobertTheGrey
  • 8,645
  • 5
  • 32
  • 45