Adding handlerSettings configuration to aspnetcore schema for future use (#689)

This commit is contained in:
pan-wang 2018-03-19 15:30:55 -07:00 committed by Justin Kotalik
parent cf4874997e
commit 2bb9a8aaf9
1 changed files with 6 additions and 1 deletions

View File

@ -27,7 +27,6 @@
<attribute name="disableStartUpErrorPage" type="bool" defaultValue="false" />
<attribute name="hostingModel" type="string" />
<element name="recycleOnFileChange">
<collection addElement="file" clearElement="clear">
<attribute name="path" type="string" required="true" validationType="nonEmptyString" expanded="true"/>
</collection>
@ -38,5 +37,11 @@
<attribute name="value" type="string" required="true"/>
</collection>
</element>
<element name="handlerSettings">
<collection addElement="handlerSetting" clearElement="clear" >
<attribute name="name" type="string" required="true" validationType="nonEmptyString"/>
<attribute name="value" type="string" required="true"/>
</collection>
</element>
</sectionSchema>
</configSchema>