Thursday, April 3, 2025 8:16:59 AM
brianc@powertexgroup.com
@Html.Partial("_ShareButton", Model)
@*@Html.Partial("_ShareButton", Model.SeName)*@
Support
@if (showShareButton)
{
@Html.Partial("_ShareButton", Model)
@*@Html.Partial("_ShareButton", Model.SeName)*@
}
@if (showShareButton)
{
@*@Html.Partial("_ShareButton", Model)*@
@Html.Partial("_ShareButton", Model.SeName)
}
Support