Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Default values are:
<?xml version="1.0" encoding="utf-8"?>
<StoTagList>
<CategoryText>Tags: </CategoryText>
<CategoryPage></CategoryPage>
<CategoryPageParameter>Category</CategoryPageParameter>
<TagKey>MSHAttr</TagKey>
<TagValuePrefix>Category</TagValuePrefix>
<Divider>, </Divider>
</StoTagList>
Examples, with no values set in PT!:
<StoTagList ID="tagList" runat="server" /> (links wont actually render since no CategoryPage is set).
<StoTagList ID="tagList" CategoryPage="aa123456" runat="server" /> (links render because category page is set).
<StoTagList ID="tagList" CategoryPage="aa123456" CategoryIroot="edge" runat="server" /> (links render with correct iroot).
<StoTagList ID="tagList" CategoryPage="aa123456" CategoryIroot="edge" Divider=" | " runat="server" /> (divider changed from comma to pipe)
<StoTagList ID="tagList" CategoryPage="aa123456" CategoryIroot="edge" Divider=" | " CategoryText="Categories: " runat="server" /> (text changed to Categories: from Tags:)