選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

9 行
176 B

  1. @namespace BootStrapComponents
  2. @inherits BaseBootStrapComponent
  3. <div class="jumbotron @(string.Join(" ",AutoClass())) @AdditionalClass">
  4. @ChildContent
  5. </div>
  6. @code {
  7. }