Skip to content

seo-205214-ASP.NET Core-H1-tag-Missing-hotfix #431

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: hotfix/hotfix-v30.1.37
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aspnet-core/Chart/Chart-Dimensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You can also set the chart dimension by using the **Size** property of the chart

{% endhighlight %}

![](Chart-Dimensions_images/Chart-Dimensions_img1.png)
![set size in pixels in ASP.Net Core Chart.](Chart-Dimensions_images/Chart-Dimensions_img1.png)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ReCheck the casing in all places


## Setting size relative to the container size

Expand All @@ -56,7 +56,7 @@ You can specify the chart size in percentage by using the **Size** property. The

{% endhighlight %}

![](Chart-Dimensions_images/Chart-Dimensions_img2.png)
![setting size relative to the container size in ASP.NET Core Chart.](Chart-Dimensions_images/Chart-Dimensions_img2.png)


## Responsive chart
Expand Down
8 changes: 4 additions & 4 deletions aspnet-core/DropDownList/Customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ It provides the short description of the expected value in dropdown and will dis

{% endtabs %}

![](Customization_images/Customization_img1.png)
![adding watermark text in customization.](Customization_images/Customization_img1.png)

![](Customization_images/Customization_img2.png)
![Adding watermark text in ASP.NET Core Drop Down List.](Customization_images/Customization_img2.png)

## Applying Rounded Corner

Expand Down Expand Up @@ -129,7 +129,7 @@ The Enabled property is used to indicate whether the control can respond to the

{% endtabs %}

![](Customization_images/Customization_img4.png)
![enable/disable the control in ASP.NET Drop Down List.](Customization_images/Customization_img4.png)

## Applying HTML Attributes

Expand Down Expand Up @@ -173,4 +173,4 @@ Additional HTML attributes can be applied to the control by using HtmlAttributes

{% endtabs %}

![](Customization_images/Customization_img5.png)
![applying html attributes in ASP.NET Core.](Customization_images/Customization_img5.png)
2 changes: 1 addition & 1 deletion aspnet-core/RichTextEditor/ImportAndExport.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ control: RTE
documentation: ug
---

## Import
# Import

Import feature provides support to import a word document into the editor `textarea`. To enable import option in the RTE tool bar, `import` toolbar items needs to be added in RTE toolbar toolsList using `importExport` which adds the tool in the toolbar. In `ImportSettings` Url option, the server page for import is needed to be mapped. When you click the toolbar import icon, it opens a dialog to browse the select a word file. The selected word file will be imported into the editor `textarea`.

Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/SpellCheck/Functionalities.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ The following code example describes the above behavior.

The following screenshot displays the output for the above code

![](ValidateOnType_Images/validateontype.png)
![checking content on typing in ASP.NET Core Spellcheck.](ValidateOnType_Images/validateontype.png)

## Suggestion Words

Expand Down
4 changes: 2 additions & 2 deletions aspnet-core/TreeView/Full-Row-Selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ In the view page, add the following code and map the properties defined to the c
{% endhighlight %}

By running the previous code, you will get the output like the following:
![](Fullrowselection_images/selection1.png)
![full row selection in ASP.NET Tree view.](Fullrowselection_images/selection1.png)

## Customization

Expand Down Expand Up @@ -189,4 +189,4 @@ In the view page, add the following code and map the properties defined to the c
{% endhighlight %}

By running the above code, you will get the output like the following:
![](Fullrowselection_images/custom.png)
![customize in ASP>NET COre Tree View.](Fullrowselection_images/custom.png)