using Microsoft.AspNetCore.Mvc; namespace EnotaryoPH.Web.Pages.Shared.Components.TakeSelfieImage { public class TakeSelfieImageModel { [BindProperty] public string SelfieBase64Image { get; set; } } }