Friday, May 2, 2025 4:24:34 PM
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