L
Size: a a a
L
KA
SP
SP
SP
SP
M
М
M
М
M
М
М
🦉
M
string test;
public string Test
{
set => test = Uri.UnescapeDataString(value);
get => test;
}
М
М
string test;
public string Test
{
set => test = Uri.UnescapeDataString(value);
get => test;
}
M
М
if(IsEdit != null)
{
edit = bool.Parse(Uri.UnescapeDataString(IsEdit));
productId = int.Parse(Uri.UnescapeDataString(ProductId));
}
else
categoryId = int.Parse(Uri.UnescapeDataString(CategoryId));
М