@if (_isLoading)
{
}
else if (!string.IsNullOrEmpty(_previewUrl))
{
}
else
{
@(CurrentUserService.FullName?.Substring(0, 1).ToUpper() ?? "U")
}
Avatar Preview
This is how your photo will look.
@(_selectedFile == null ? "Browse File" : _selectedFile.Name)