Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

Video.cs

namespace Nop.Core.Domain.Media;

/// 
/// Represents a video
/// 
public partial class Video : BaseEntity
{
    /// 
    /// Gets or sets the URL of video
    /// 
    public string VideoUrl { get; set; }
}