MediaEditPage - photos management panel added
This commit is contained in:
@@ -13,4 +13,12 @@ public abstract class Picture
|
||||
public required string MimeType { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
#region PUBLIC METHODS
|
||||
|
||||
public override string ToString() => $"data:{MimeType};base64,{Convert.ToBase64String(Image)}";
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user