Upgrade to Preview8
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
string buttonClass = "btn btn-primary";
|
||||
bool authorized = false;
|
||||
|
||||
protected override void OnInit()
|
||||
protected override void OnInitialized()
|
||||
{
|
||||
text = Action;
|
||||
if (!String.IsNullOrEmpty(Text))
|
||||
|
@ -18,7 +18,7 @@
|
||||
string type = "alert alert-success"; // optional
|
||||
bool authorized = false;
|
||||
|
||||
protected override void OnInit()
|
||||
protected override void OnInitialized()
|
||||
{
|
||||
if (PageState.User != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user