HeroContent Pennington.BlogSite
Hero block at the top of the blog homepage.
Properties
Descriptionstring- Hero subhead/body text.
Titlestring- Hero headline.
Constructors
.ctor
#public record HeroContent(string Title, string Description);Hero block at the top of the blog homepage.
Parameters
Titlestring- Hero headline.
Descriptionstring- Hero subhead/body text.
Pennington.BlogSite.HeroContent
namespace Pennington.BlogSite;
/// Hero block at the top of the blog homepage.
public record HeroContent
{
/// Hero block at the top of the blog homepage.
public record HeroContent(string Title, string Description);
/// Hero subhead/body text.
string Description
;
/// Hero headline.
string Title
;
}