Sunday, February 23, 2025 1:04:25 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