Skip to content

Commit 922465a

Browse files
Prepared Aspose.HTML.Net 25.3 api reference
1 parent d099629 commit 922465a

File tree

6 files changed

+32
-5
lines changed

6 files changed

+32
-5
lines changed

english/net/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ is_root: true
1212
| Namespace | Description |
1313
| --- | --- |
1414
| [Aspose.Html](./aspose.html/) | The Aspose.Html namespace contains classes and methods to manipulate [`HTML documents`](aspose.html/htmldocument/), whether simple or complex and on the fly. Aspose.HTML for .NET allows developers to Insert, Remove, Replace HTML nodes, extract CSS style information, Navigate through [`HTML document`](aspose.html/htmldocument/) either by [`NodeIterator`](aspose.html.dom.traversal/inodeiterator/), [`TreeWalker`](aspose.html.dom.traversal/itreewalker/) that are provided by Traversal Specifications, XPath or CSS selector queries. It also offers the scripting which allows to manipulate HTML DOM via JavaScript. As well as HTML, this API also provides the capabilities to load EPUB and MHTML. Aspose APIs are famous for their inter file format conversion features and this API also provides the capabilities to load HTML file and render the output in PDF, XPS and raster image formats including JPEG, PNG, BMP and TIFF. |
15-
| [Aspose.Html.Accessibility](./aspose.html.accessibility/) | The **Aspose.Html.Dom.Accessibility** namespace is for all Web Accessibility related manipulations. complies with international standards W3C Web Accessibility Initiative |
15+
| [Aspose.Html.Accessibility](./aspose.html.accessibility/) | The **Aspose.Html.Accessibility** namespace is for all Web Accessibility related manipulations. complies with international standards W3C Web Accessibility Initiative |
1616
| [Aspose.Html.Accessibility.Results](./aspose.html.accessibility.results/) | The **Aspose.Html.Accessibility.Results** namespace contains classes that describe the results of rule validation |
1717
| [Aspose.Html.Accessibility.Saving](./aspose.html.accessibility.saving/) | The **Aspose.Html.Accessibility.Saving** namespace is designed to save validation results various formats. |
1818
| [Aspose.Html.Collections](./aspose.html.collections/) | The **Aspose.Html.Collections** namespace consists of classes to represent, store and manipulate nodes and elements. |

english/net/aspose.html.accessibility/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Aspose.Html.Accessibility
33
second_title: Aspose.HTML for .NET API Reference
4-
description: The Aspose.Html.Dom.Accessibility namespace is for all Web Accessibility related manipulations. complies with international standards W3C Web Accessibility Initiative
4+
description: The Aspose.Html.Accessibility namespace is for all Web Accessibility related manipulations. complies with international standards W3C Web Accessibility Initiative
55
type: docs
66
weight: 20
77
url: /net/aspose.html.accessibility/
88
---
9-
The **Aspose.Html.Dom.Accessibility** namespace is for all Web Accessibility related manipulations. complies with international standards W3C Web Accessibility Initiative
9+
The **Aspose.Html.Accessibility** namespace is for all Web Accessibility related manipulations. complies with international standards W3C Web Accessibility Initiative
1010

1111
## Classes
1212

english/net/aspose.html.net/responsemessage/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public class ResponseMessage : IDisposable
2929
| [Headers](../../aspose.html.net/responsemessage/headers/) { get; } | Gets the headers. |
3030
| [IsSuccess](../../aspose.html.net/responsemessage/issuccess/) { get; } | Gets a value indicating whether this message is success. |
3131
| [Request](../../aspose.html.net/responsemessage/request/) { getset; } | Gets or sets the associated request. |
32+
| [ResponseUri](../../aspose.html.net/responsemessage/responseuri/) { getset; } | Gets or sets the response URI. |
3233
| [StatusCode](../../aspose.html.net/responsemessage/statuscode/) { getset; } | Gets or sets the status code. |
3334

3435
## Methods

english/net/aspose.html.net/responsemessage/dispose/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ResponseMessage.Dispose
33
second_title: Aspose.HTML for .NET API Reference
44
description: ResponseMessage method. Performs application-defined tasks associated with freeing releasing or resetting unmanaged resources
55
type: docs
6-
weight: 80
6+
weight: 90
77
url: /net/aspose.html.net/responsemessage/dispose/
88
---
99
## ResponseMessage.Dispose method
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: ResponseMessage.ResponseUri
3+
second_title: Aspose.HTML for .NET API Reference
4+
description: ResponseMessage property. Gets or sets the response URI
5+
type: docs
6+
weight: 70
7+
url: /net/aspose.html.net/responsemessage/responseuri/
8+
---
9+
## ResponseMessage.ResponseUri property
10+
11+
Gets or sets the response URI.
12+
13+
```csharp
14+
public Url ResponseUri { get; set; }
15+
```
16+
17+
### Property Value
18+
19+
The response URI.
20+
21+
### See Also
22+
23+
* class [Url](../../../aspose.html/url/)
24+
* class [ResponseMessage](../)
25+
* namespace [Aspose.Html.Net](../../../aspose.html.net/)
26+
* assembly [Aspose.HTML](../../../)

english/net/aspose.html.net/responsemessage/statuscode/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ResponseMessage.StatusCode
33
second_title: Aspose.HTML for .NET API Reference
44
description: ResponseMessage property. Gets or sets the status code
55
type: docs
6-
weight: 70
6+
weight: 80
77
url: /net/aspose.html.net/responsemessage/statuscode/
88
---
99
## ResponseMessage.StatusCode property

0 commit comments

Comments
 (0)