@inherits Component
@if (GlobalRating is not null) { } @if (_secondaryRating is not null) { } @if (GetYourRatingMethod is not null && PutYourRatingMethod is not null && DeleteYourRatingMethod is not null) { } @if (GlobalRating is not null) { } @if (_secondaryRating is not null) { } @if (GetYourRatingMethod is not null && PutYourRatingMethod is not null && DeleteYourRatingMethod is not null) { }
Global rating: @(SecondaryRatingTitle): Your rating:
@switch (_globalRatingLoaded) { case true: break; case false: break; } @switch (_secondaryRatingLoaded) { case true: break; case false: break; }
You must be logged in to rate @switch (_yourRatingLoaded) { case true: break; case false: break; }