I have a question regarding the directives in the MasterPage. So if I deploy a custom template to ControlTemplates in SharePoint folder, to use it I will need to write a directive which imports that control. It is clear, but the question is:
How can I import all my custom templates from a folder controltempaltes?
I tried:
<%@ Register TagPrefix="src" src="~/_controltemplates/CUSTOMTemplates" %>
<%@ Register TagPrefix="src" src="~/_controltemplates/CUSTOMTemplates/*" %>
Without success ...