@inherits Component
| } @if (_secondaryRating is not null) { | } @if (GetYourRatingMethod is not null && PutYourRatingMethod is not null && DeleteYourRatingMethod is not null) { | } |
|---|---|---|
|
@switch (_globalRatingLoaded)
{
case true: |
}
@if (_secondaryRating is not null)
{
@switch (_secondaryRatingLoaded)
{
case true: |
}
@if (GetYourRatingMethod is not null && PutYourRatingMethod is not null && DeleteYourRatingMethod is not null)
{
|
}