| SetBucketWebsiteRequest Constructor  | 
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic SetBucketWebsiteRequest(
	string bucketName,
	string indexDocument,
	string errorDocument
)
Public Sub New ( 
	bucketName As String,
	indexDocument As String,
	errorDocument As String
)
public:
SetBucketWebsiteRequest(
	String^ bucketName, 
	String^ indexDocument, 
	String^ errorDocument
)
new : 
        bucketName : string * 
        indexDocument : string * 
        errorDocument : string -> SetBucketWebsiteRequestParameters
- bucketName
 - Type: SystemString
OssObjectbucket name - indexDocument
 - Type: SystemString
index page - errorDocument
 - Type: SystemString
error page 
See Also