UrlSyndicationContent 클래스

정의

다른 리소스에 대한 URL로 구성되는 배포 콘텐츠를 나타냅니다.

public ref class UrlSyndicationContent : System::ServiceModel::Syndication::SyndicationContent
public class UrlSyndicationContent : System.ServiceModel.Syndication.SyndicationContent
type UrlSyndicationContent = class
    inherit SyndicationContent
Public Class UrlSyndicationContent
Inherits SyndicationContent
상속
UrlSyndicationContent

예제

다음 예제에서는 클래스를 사용하는 방법을 보여 줍니다 UrlSyndicationContent .

UrlSyndicationContent urlContent = new UrlSyndicationContent(new Uri("http://localhost/content"), "text/html");
Dim urlContent As UrlSyndicationContent = New UrlSyndicationContent(New Uri("http://localhost/content"), "text/html")

생성자

UrlSyndicationContent(Uri, String)

지정된 UrlSyndicationContent 및 미디어 유형을 사용하여 Uri 클래스의 새 인스턴스를 초기화합니다.

UrlSyndicationContent(UrlSyndicationContent)

지정된 UrlSyndicationContent 인스턴스를 사용하여 UrlSyndicationContent 클래스의 새 인스턴스를 초기화합니다.

속성

AttributeExtensions

이 콘텐츠의 특성 확장을 가져옵니다.

(다음에서 상속됨 SyndicationContent)
Type

UrlSyndicationContent의 콘텐츠 형식을 가져옵니다.

Url

Uri에 대한 UrlSyndicationContent를 가져옵니다.

메서드

Clone()

기존 UrlSyndicationContent 인스턴스의 복사본을 만듭니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)
WriteContentsTo(XmlWriter)

UrlSyndicationContent 인스턴스의 내용을 지정된 XmlWriter에 씁니다.

WriteTo(XmlWriter, String, String)

이 개체의 내용을 지정된 요소 및 요소 네임스페이스 내부의 지정된 XmlWriter 에 씁니다.

(다음에서 상속됨 SyndicationContent)

적용 대상