纽威
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
239 B

  1. @using ICSSoft.WebAPI.Areas.HelpPage
  2. @model InvalidSample
  3. @if (HttpContext.Current.IsDebuggingEnabled)
  4. {
  5. <div class="warning-message-container">
  6. <p>@Model.ErrorMessage</p>
  7. </div>
  8. }
  9. else
  10. {
  11. <p>Sample not available.</p>
  12. }